The Machine Learning “Advent Calendar” Day 21: Gradient Boosted Decision Tree Regressor in Excel
towardsdatascience.com·5d
🐻‍❄️Polars
Preview
Report Post

previous article, we introduced the core mechanism of Gradient Boosting through Gradient Boosted Linear Regression.

That example was deliberately simple. Its goal was not performance, but understanding.

Using a linear model allowed us to make every step explicit: residuals, updates, and the additive nature of the model. It also made the link with Gradient Descent very clear.

In this article, we move to the setting where Gradient Boosting truly becomes useful in practice: Decision Tree Regressors.

We will reuse the same conceptual framework as before, but the behavior of the algorithm changes in an important way. Unlike linear models, decision tre…

Similar Posts

Loading similar posts...