How to Visualize Gradient Boosting Decision Trees With XGBoost in Python

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 […]

29 Aug 2016 ... The XGBoost Python API provides a function for plotting decision trees ... to read) by changing the rankdir argument as 'LR' (left-to-right) rather ...

Lee mas