Digital Resources for Chapter 10: Tree-Based Models/Boosting Trees Algorithms

Below are digital resources that complement the book Practical Machine Learning with R: Tutorials and Case Studies.



Gradient Boosting Video from StatQuest


A video from StatQuest by Josh Starmer. The video is the first part of four videos about Gradient Boosting. This video focuses on the main ideas behind using Gradient Boosting to predict a continuous variable.






Tuning XGBoost with tidymodels


This blog post from tidyTuesday by Julia Silge describes how to use tidymodels to build and tune an XGBoost model. The goal is to predict the outcome of volleyball games. The blog post also provides a video and an R tutorial.






Gradient Boosting Decision Tree Algorithm Explained, by Cory Maklin; in: Towards Data Science


An intuitive article with a numerical example demonstrating how Gradient Boosting works. The last part provides code example in Python.