Skip to content

Faster split criterion for Piecewise Tree Regressor #129

@craciuncg

Description

@craciuncg

As far as I have noticed, for splitting a node, it is required to compute the beta coefficients for the linear regression model for the node samples, calculate the MSE score and then decide the split based on that(note that this is my high level understanding of the process).

I believe that a faster criterion for splitting nodes could be to use the Pearson Correlation Coefficient(its absolute value), since the model that needs to be fitted is linear.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions