prepare_model_list: Prepare model tibble for cross-validation

Description Usage Arguments Details Value Examples

View source: R/modelling.R

Description

Prepare model tibble for cross-validation

Usage

1
2
3
4
5
6
7
8
prepare_model_list(
  h_all = 1,
  model_fun_tibble,
  series_data,
  dates_test,
  window_type = c("sliding", "stretching"),
  target = "value"
)

Arguments

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

dates_test

test dates

window_type

sliding or stretching

target

name of the target variable

Details

Prepare model tibble for cross-validation

Value

tibble with one row per model

Examples

1
# no yet

kassandra-ru/kassandr documentation built on Jan. 1, 2022, 7:39 a.m.