given a DecisionTreeClassifier, I'd like to create for each leaf a list of the decisions that were on the path to that leaf.
How to do that?
given a DecisionTreeClassifier, I'd like to create for each leaf a list of the decisions that were on the path to that leaf.
How to do that?