Skip to content

[ML] Trees can have leaves without any data points #849

Closed
@valeriy42

Description

@valeriy42

It seams that the splitting algorithm continues to split a node even if there are no data points in one of the branches. This leads to creation of degenerated large trees, which are only limited by the maximum tree size. This also breaks algorithms like TreeSHAP, which assume that every leaf contains some data.

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