Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.08 KB

File metadata and controls

39 lines (26 loc) · 1.08 KB

Module3R

Learn Machine Learning in the browser or locally in your RStudio IDE with interactive tutorials!

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("Sydney-Informatics-Hub/Module3R")

How to run the tutorials

You can start any tutorial with:

learnr::run_tutorial("tutorial-of-choice", package = "Module3R")

For example:

learnr::run_tutorial("Part 1", package = "Module3R")

List of available tutorials

Tutorial Description
Part 1 Ames housing dataset - Predict selling prices
Part 2 Pima Indian Women's diabetes dataset - Predicting diabetes status

Code of Conduct

Please note that this package is released with a Code of Conduct. By contributing to this package, you agree to abide by its terms.