Extract logged information calculated during the modeltime_nested_fit(),
modeltime_nested_select_best(), and modeltime_nested_refit() processes.
extract_nested_test_accuracy(object)extract_nested_test_forecast(object, .include_actual = TRUE, .id_subset = NULL)
extract_nested_error_report(object)
extract_nested_best_model_report(object)
extract_nested_future_forecast(
object,
.include_actual = TRUE,
.id_subset = NULL
)
extract_nested_modeltime_table(object, .row_id = 1)
extract_nested_train_split(object, .row_id = 1)
extract_nested_test_split(object, .row_id = 1)
A nested modeltime table
Whether or not to include the actual data in the extracted forecast. Default: TRUE.
Can supply a vector of id's to extract forcasts for one or more id's,
rather than extracting all forecasts. If NULL, extracts forecasts for all id's.
The row number to extract from the nested data.