Update parameter in custom xgboost model
# S3 method for class 'xgboost_multistep'
update(
object,
parameters = NULL,
mtry = NULL,
trees = NULL,
min_n = NULL,
tree_depth = NULL,
learn_rate = NULL,
loss_reduction = NULL,
sample_size = NULL,
stop_iter = NULL,
lag_periods = NULL,
external_regressors = NULL,
forecast_horizon = NULL,
selected_features = NULL,
fresh = FALSE,
...
)model object
parameters
mtry
trees
min_n
tree depth
learn rate
loss reduction
number for the number (or proportion) of data that is exposed to the fitting routine.
The number of iterations without improvement before stopping
lag periods
external regressors
forecast horizon
selected features
fresh
extra args passed to xgboost
Updated model