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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: