View source: R/multistep_cubist.R
cubist_multistep | R Documentation |
CUBIST Multistep Horizon
cubist_multistep(
mode = "regression",
committees = NULL,
neighbors = NULL,
max_rules = NULL,
lag_periods = NULL,
external_regressors = NULL,
forecast_horizon = NULL,
selected_features = NULL
)
mode |
A single character string for the type of model. The only possible value for this model is "regression". |
committees |
committees |
neighbors |
neighbors |
max_rules |
max rules |
external_regressors |
external regressors |
forecast_horizon |
forecast horizon |
selected_features |
selected features |
Get Multistep Horizon CUBIST model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.