Skip to content

Learn tidymodels with interactive learnr primers

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

SNAnalyst/learntidymodels

 
 

Repository files navigation

learntidymodels

R build status Codecov test coverage R-CMD-check

Learn tidymodels in the browser or locally in your RStudio IDE with interactive learnr primers!

Installation

For now, you can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("tidymodels/learntidymodels")

How to run the tutorials

You can easily start any tutorial with:

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

For example:

learnr::run_tutorial("pca-recipes", package = "learntidymodels")

List of available tutorials

Tutorial Description
pca_recipes Learn how to conduct dimensionality reduction algorithms using recipes package from tidymodels.

Code of Conduct

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.

About

Learn tidymodels with interactive learnr primers

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 77.2%
  • CSS 22.3%
  • JavaScript 0.5%