- Part 1: Introduction
- Part 2: Your data budget
- Part 3: What makes a model?
- Part 4: Evaluating models
- Part 5: Feature Engineering
- Part 6: Tuning Hyperparameters
We use renv
to manage package dependencies. Start by opening tidymodels.Rproj
and you can use renv::restore()
to get the correct packages loaded.
Other resources to learn more:
tidymodels.org
: Lots of articles and getting started resources.- Tidy Models with R: Long-form documentation and examples in book form.