hhcartr_regressor_find_better_split: hhcartr_regressor_find_better_split finds the best feature to...

Description Usage Arguments Value

View source: R/hhcartr_regressor_find_better_split.R

Description

This internal function is used by the regressor model to find the feature column that will offer the best split based on sum of squares.

Usage

1

Arguments

X

feature variables to search for the best split.

y

target variable.

max_features

the maximum number of features to use when splitting a node

Value

a list of the following variables (var_idx_, split_, score_)


hhcartr documentation built on July 2, 2021, 9:06 a.m.