Description Usage Arguments Details Value Examples
Augment data and estimate ranger model
1 | ranger_fun(model_sample, seed = 777, target = "value", h = 1)
|
model_sample |
tsibble that will be augmented with trend etc |
seed |
random seed |
target |
name of the target variable |
h |
forecasting horizon |
Augment data and estimate random forest (ranger) model. Trend, fourier terms, lags are added before estimation of lasso model.
ranger model
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.