Open MattJBritton opened 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.
Mostly done - getting an error in Python 3 when trying to render text. Need to investigate, but otherwise this is built
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.