A Visual Guide to Tuning Gradient Boosted Trees | Towards Data Science

Introduction My previous posts looked at the bog-standard decision tree and the wonder of a random forest. Now, to complete the triplet, I’ll visually explore gradient boosted trees! There are a bu...

By · · 1 min read
A Visual Guide to Tuning Gradient Boosted Trees | Towards Data Science

Source: Towards Data Science

Introduction My previous posts looked at the bog-standard decision tree and the wonder of a random forest. Now, to complete the triplet, I’ll visually explore gradient boosted trees! There are a bunch of gradient boosted tree libraries, including XGBoost, CatBoost, and LightGBM. However, for this I’m going to use sklearn’s one. Why? Simply because, compared […]