Re: [scikit-learn] Version 0.21! and plot_tree!

2019-12-05 Thread Andrew Howe
Andy To be honest, I've kind of outgrown matplotlib, and do all my viz with plotly. It's much less mature of a package, and the documentation seems to leave much to be desired. However, the interactivity and html/javascript basis is worth that trade-off for me. So yes, ultimately, I'd like to see

Re: [scikit-learn] Version 0.21! and plot_tree!

2019-12-04 Thread Andreas Mueller
Hey Andrew. Thanks for your feedback! On 12/4/19 5:19 AM, Andrew Howe wrote: Hi Andy I've been playing around with plot_tree for a while (clearly), and have some feedback finally. I'm not very concerned with the compactness of the tree. However, for large trees, it's not very easy to inspect

Re: [scikit-learn] Version 0.21! and plot_tree!

2019-12-04 Thread Andrew Howe
Hi Andy I've been playing around with plot_tree for a while (clearly), and have some feedback finally. I'm not very concerned with the compactness of the tree. However, for large trees, it's not very easy to inspect or traverse. I think it could be very useful to add the following ways to *slice-a

Re: [scikit-learn] Version 0.21! and plot_tree!

2019-05-23 Thread Andreas Mueller
Hey Andrew. Thanks for saying thanks! I share your frustration with export_graphviz, in particular for teaching. I feel like plot_tree is not ideal yet, though. In particular the layout is not as compact as the graphviz one. If you have any feedback or suggestions, I'd be very happy to hear them

[scikit-learn] Version 0.21! and plot_tree!

2019-05-23 Thread Andrew Howe
I want to say thank you to all the sklearn developers. The breadth and quality of this software is truly breathtaking. Specifically, I want to say thank you very very much for the plot_tree function! I have wasted a lot of effort in the past, on multiple OSes, getting everything to work so I could