MattJBritton / ForestfortheTrees

Interactive visualization of ensemble ML algorithms (e.g. Gradient Boosting Classifiers) for explainable ML.
GNU General Public License v3.0
0 stars 0 forks source link

Function to display text and vis for single tree #4

Open MattJBritton opened 5 years ago

MattJBritton commented 5 years ago

Add a function to display a visualization of a single tree, with a label describing the split.

To do this, make a function to extract a single component and have extract_components() call this in a loop.

MattJBritton commented 5 years ago

Mostly done - getting an error in Python 3 when trying to render text. Need to investigate, but otherwise this is built