Skip to content

Could note similarity to catboost symmetric trees #2

Open

Description

Our grid-restriction is similar, but not identical, to catboost's "symmetric trees". We allow child nodes to split on the same attribute as an ancestor (e.g., so there are two splits along one variable). You can still construct a vector comparison (observation value against thresholds) to map observations to uniquely-indexed cells (not generally true with other trees), though the length of the vector may be longer than the depth of the tree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions