Description Usage Arguments Details Value Examples
set_agnostic_max_h
sets maximal horizon for h-agnostic models.
1 | set_agnostic_max_h(fits_long, ignored_vars = "model_filename")
|
fits_long |
list of models to estimate |
ignored_vars |
names of variables that are ignored
when |
There are two types of models. Horizon agnostic that do not require horizon h for estimation (ARIMA, RW, ETS...). Horizon gnostic models that require h both for estimation and forecasting (cross validated VAR-lasso, ...). This function removes redundant estimation of h-agnostic models. If one requires estimation of h-agnostic model for h = 1, h = 2, h = 3 this function will leave only estimation of h = 3 in the request. List of models to estimate should contain at least
h forecasting horizon
h_required logical TRUE/FALSE, FALSE for h-agnostic models
All other variables except ignored_vars
are used to identify whether models are different.
shorter list of models to estimate
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.