prepare_model_list2.Rd
Prepare model tibble for forecasts
prepare_model_list2(h_all = 1, model_fun_tibble, series_data, target = "value")
h_all | vector of forecasting horizons |
---|---|
model_fun_tibble | tibble with names of estimator functions and scalar forecast extractors |
series_data | tsibble with full data sample |
target | name of the target variable |
tibble with one row per model
Prepare model tibble for forecasts
# no yet