View source: R/multistep_cubist.R
update.cubist_multistep | R Documentation |
Update parameter in custom cubist model
## S3 method for class 'cubist_multistep'
update(
object,
parameters = NULL,
committees = NULL,
neighbors = NULL,
max_rules = NULL,
lag_periods = NULL,
external_regressors = NULL,
forecast_horizon = NULL,
selected_features = NULL,
fresh = FALSE,
...
)
object |
model object |
parameters |
parameters |
committees |
committees |
neighbors |
neighbors |
max_rules |
max rules |
lag_periods |
lag periods |
external_regressors |
external regressors |
forecast_horizon |
forecast horizon |
selected_features |
selected features |
fresh |
fresh |
... |
extra args passed to cubist |
Updated model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.