Skip to content

transform method of tree ensembles should return the decision_path #7907

@mhlr

Description

@mhlr

Tree ensmbles now have a new decision_path method that rturns a boolean matrix indicating which item falls under which node. At the same time the existing transform method on these estimators is being deprecated.

The decision path is a very usefu set ofl fetures and would be a ntural transform for these estimators,
once the original transform is removed.
In particular it would make it very simple to implement Jerome Friedman's Imprtance Sampled Learning Ensembles.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions