Description Usage Arguments Value
View source: R/helper_funs_framework.R
This function enriches the list tree structure with the forecast results Step 1: The models in modelFitFuns are fitted to alle the training splits Step 2: The forecast is performed Step 3: Results are attached to the list tree
1 | DoPrediction(splitDat = splitDat, modelFitFuns = modelFitFuns, ValiLength = 1)
|
splitDat |
list-tree |
modelFitFuns |
list of generated model funs |
ValiLength |
length of Validation data for backtesting |
the list tree with addional information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.