log_extractors | R Documentation |
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)
object |
A nested modeltime table |
.include_actual |
Whether or not to include the actual data in the extracted forecast. Default: TRUE. |
.id_subset |
Can supply a vector of id's to extract forcasts for one or more id's,
rather than extracting all forecasts. If |
.row_id |
The row number to extract from the nested data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.