Below are digital resources that complement the book Practical Machine Learning with R: Tutorials and Case Studies.
Mike X. Cohen provides a YouTube video that explains the basic idea of Polynomial Regression.
This video by Cassie Kozyrkov, former Chief Decision Scientist at Google, explains why splitting data into training and testing data is important. She also explains why overfitting is a problem.
Here is a list of all recipe step_() commands that can be piped with |> to a recipe. The linked website will tell you which steps are available for which preprocessing purpose.
Here is a list of all supported tidymodels machine learning models. The linked website will tell you for each model:
The link below will open a blog article by Carsten Lange. The article provides a tidymodels 10-step template for creating, tuning, and assessing machine learning models. The template is explained in detail and a link for downloading the related R script is provided.