Re: [Scikit-learn-general] Decision tree visualization

2013-12-03 Thread Olivier Grisel
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

[Scikit-learn-general] Decision tree visualization

2013-12-03 Thread 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_graphviz method, which export the