Learn tidymodels in the browser or locally in your RStudio IDE with interactive learnr primers!
For now, you can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("tidymodels/learntidymodels")
You can easily start any tutorial with:
learnr::run_tutorial("tutorial-of-choice", package = "learntidymodels")
For example:
learnr::run_tutorial("pca-recipes", package = "learntidymodels")
Tutorial | Description |
---|---|
pca_recipes |
Learn how to conduct dimensionality reduction algorithms using recipes package from tidymodels. |
Please note that this project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.