as.boost
Place model in boost structureas.boost
Place model in boost structure
as.boost(object, x = NULL, y = NULL, x.valid = NULL,
y.valid = NULL, learning.rate = 1, init = 0, apply.lr = TRUE,
tolerance = 1e-05, tolerance.valid = 1e-05)
rtMod model
Data.frame, optional: if provided, use to calculate fitted values of new boost object
Float, vector: Outcome
Data.frame; optional: Validation data
Float, vector; optional: Validation outcome
Float: Learning rate for new boost object. Default = 1
Float: Initial value for new boost object. Default = 0
Logical: Only considered is x = NULL
. If TRUE, new boost object's fitted values will
be object$fitted * learning.rate, otherwise object$fitted
Float: error tolerance for new boost object. See boost
Float: error tolerance for validation set. See boost