You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please support decision path in predict method for random forest.
This helps in understanding proximity between observations (for deeper trees, terminal nodes might not hold much)
Please support decision path in predict method for random forest.
This helps in understanding proximity between observations (for deeper trees, terminal nodes might not hold much)
Reference: https://scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html (see 'decision_path')
The text was updated successfully, but these errors were encountered: