Is it possible to visualize Decision trees in River? #521
-
Hello, I am using Extremely Fast Decision Trees for a dataset and they seem to be performing too well. I thought it would be great if I could see how the tree is splitting the data. So is there a way I can visualize the tree like it is done in Sklearn trees (graphviz, plot_tree etc.) module? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @nehalAggarwal. You can use the Soon we'll merge a general guide showing how to do decision tree model inspection, among other functionalities (#488). |
Beta Was this translation helpful? Give feedback.
Hi @nehalAggarwal. You can use the
draw
function. :)Soon we'll merge a general guide showing how to do decision tree model inspection, among other functionalities (#488).