Create a RegressionTreeGB object that uses Gradient Boosting on RegressionTree. One Tree is included in the model at a time wisely chosen for reducing gradient.
Create a RegressionTreeGB object that uses Gradient Boosting on RegressionTree. One Tree is included in the model at a time wisely chosen for reducing gradient.
Value parameters
col
the designated response column (defaults to the last column)
fname
the feature/variable names (defaults to null)
hparam
the hyper-parameters for the model (defaults to RegressionTree.hp)
Create a RegressionTreeGB object that uses Gradient Boosting on RegressionTree. One Tree is included in the model at a time wisely chosen for reducing gradient.
Create a RegressionTreeGB object that uses Gradient Boosting on RegressionTree. One Tree is included in the model at a time wisely chosen for reducing gradient.
Value parameters
fname
the feature/variable names (defaults to null)
hparam
the hyper-parameters for the model (defaults to RegressionTree.hp)