Learn Machine Learning in the browser or locally in your RStudio IDE with interactive tutorials!
You can install the development version from GitHub with:
# install.packages("devtools")devtools::install_github("Sydney-Informatics-Hub/Module3R")You can start any tutorial with:
learnr::run_tutorial("tutorial-of-choice", package="Module3R")For example:
learnr::run_tutorial("Part 1", package="Module3R")| Tutorial | Description |
|---|---|
Part 1 | Ames housing dataset - Predict selling prices |
Part 2 | Pima Indian Women's diabetes dataset - Predicting diabetes status |
Please note that this package is released with a Code of Conduct. By contributing to this package, you agree to abide by its terms.