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
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
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
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
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