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