modeltime_multirefit: Refit the model or models for multiple time series

Description Usage Arguments Details Value Examples

View source: R/modeltime_multirefit.R

Description

applies the modeltime_refit() function from the 'modeltime' package to multiple series and models.

Usage

1
modeltime_multirefit(models_table)

Arguments

models_table

'table_time' tibble generated from the modeltime_multifit() function.

Details

it takes the 'table_time' tibble generated with the modeltime_multifit() function and returns the same object but with the models fitted for the complete period.

Value

retrained 'table_time' object.

Examples

1
2
3
4
5
# Data
library(modeltime)
data_serie <- head(sknifedatar::table_time$table_time,1)
# modeltime_multirefit
sknifedatar::modeltime_multirefit(models_table = data_serie)

sknifedatar documentation built on June 1, 2021, 9:08 a.m.