Skip to content

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

License

Notifications You must be signed in to change notification settings

kmarsyd/Module3R

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published