Re: [scikit-learn] decision_path method for tree-based models

2019-05-23 Thread Anaël Beaugnon
Hi Nicolas, Thanks for your quick answer. I have just submitted a PR ( https://github.com/scikit-learn/scikit-learn/pull/13935). Le jeu. 23 mai 2019 à 18:21, Nicolas Hug a écrit : > Hi Anaël, yes feel free to submit a PR > > On 5/23/19 11:49 AM, Beaugnon Anael wrote: > > Hi everyone, > > > > Th

Re: [scikit-learn] decision_path method for tree-based models

2019-05-23 Thread Nicolas Hug
Hi Anaël, yes feel free to submit a PR On 5/23/19 11:49 AM, Beaugnon Anael wrote: Hi everyone, The decision_path method is currently available only for DecisionTreeClassifier, DecisionTreeRegressor, and RandomForest, but not for IsolationForest and GradientBoostingClassifier. In these cases, th

[scikit-learn] decision_path method for tree-based models

2019-05-23 Thread Beaugnon Anael
Hi everyone, The decision_path method is currently available only for DecisionTreeClassifier, DecisionTreeRegressor, and RandomForest, but not for IsolationForest and GradientBoostingClassifier. In these cases, the implementation is quite easy, it is exactly the same as for RandomForest, but it I

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