This package contains interactive tutorials used for teaching DATA2010--Tools and Techniques for Data Science at the University of Manitoba.
To install this package, make sure you have the remotes
package available:
install.packages("remotes")
remotes::install_github("UMDimReduction/UMdata2010")
To run a tutorial, run the following code:
learnr::run_tutorial("test", package = "UMdata2010")
The first argument is the name of the tutorial.
These are the planned tutorials:
-
Knn
: K-nearest Neighbors Algorithm -
ClassificationTree
: Classification Tree -
RegressionTree
: Regression Tree