Learn R Programming

sknifedatar (version 0.1.2)

table_time: Fitted models for the EMAE indicator

Description

set of models fitted on the "emae_series" dataset, this object comes from the output of the modeltime_multifit() function. For example, if object = modeltime_multifit then 'object$table_time' is the fitted models table.

Usage

table_time

Arguments

Format

a tibble that contains a first column with the name of the series, then the "nested_column" column that stores the time series, then a column for each supplied model where the models or trained workflows for each series are stored. Finally the columns "nested_model" and "calibration" that store the "n" trained models for each series and the adjustment metrics on the test partition.