How to Visualize Gradient Boosting Decision Trees With XGBoost in Python - MachineLearningMastery.com
Plotting individual decision trees can provide insight into the gradient boosting process for a given dataset. In this tutorial you will discover how you can plot individual decision trees from a t...

Source: MachineLearningMastery.com
Plotting individual decision trees can provide insight into the gradient boosting process for a given dataset. In this tutorial you will discover how you can plot individual decision trees from a trained gradient boosting model using XGBoost in Python. Let’s get started. Update Mar/2018: Added alternate link to download the dataset as the original appears […]