erboost.object | R Documentation |
These are objects representing fitted erboost
s.
initF |
the "intercept" term, the initial predicted value to which trees make adjustments |
fit |
a vector containing the fitted values on the scale of regression function |
train.error |
a vector of length equal to the number of fitted trees containing the value of the loss function for each boosting iteration evaluated on the training data |
valid.error |
a vector of length equal to the number of fitted trees containing the value of the loss function for each boosting iteration evaluated on the validation data |
cv.error |
if |
oobag.improve |
a vector of length equal to the number of fitted trees
containing an out-of-bag estimate of the marginal reduction in the expected
value of the loss function. The out-of-bag estimate uses only the training
data and is useful for estimating the optimal number of boosting iterations.
See |
trees |
a list containing the tree structures. |
c.splits |
a list of all the categorical splits in the collection of
trees. If the |
The following components must be included in a legitimate erboost
object.
Yi Yang yiyang@umn.edu and Hui Zou hzou@stat.umn.edu
erboost
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.