2013/12/3 Caleb :
> Hi everyone,
>
> Says I have trained a decision tree classifier. And I want to know, for each
> node, what is the the feature that is used to split the tree, and what is
> the boundary value. How can I approach this problem.
>
> I notice that the tree object has a export_graphvi
Hi everyone,
Says I have trained a decision tree classifier. And I want to know, for each
node, what is the the feature that is used to split the tree, and what is the
boundary value. How can I approach this problem.
I notice that the tree object has a export_graphviz method, which export the