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