get_cv_rmse_hdecon | R Documentation |
CSR and Bagging: estimates model with cross-validation and reports accuracy by forecast horizon
get_cv_rmse_hdecon( model, data, y, init_window = 150, horizon = 12, quiet = FALSE, ... )
model |
Model to be estimated, possible values are |
data |
A tsibble |
y |
Column name of the variable of interest (used to report accuracy) |
init_window |
Number of initial observations to be used in the first cross-validation subsample |
horizon |
Forecast horizon |
quiet |
The default ( |
... |
Additional arguments to |
List with 2 tibbles: RMSE per forecast horizon and point forecast.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.