'table_time' tibble generated with the modeltime_multifit() function.
.h
prediction horizon of the modeltime_forecast() function.
.prop
time series split partition ratio. If "h" is specified, this function predicts on the testing partition.
Value
'models_table' tibble with a new column called 'nested_forecast' where the predictions are stored.
Details
this function takes the 'table_time' object generated with the modeltime_multifit() function,
the modeltime_forecast() from the package 'modeltime' is applied to each model for each series.