View source: R/utils-resamples.R
get_target_text_from_resamples | R Documentation |
An internal function used by unnest_modeltime_resamples()
.
get_target_text_from_resamples(data, column_before_target = ".row")
data |
Unnested resample results |
column_before_target |
The text column located before the target variable. This is ".row". |
# The .resample_results column is deeply nested
m750_training_resamples_fitted
# Unnest and prepare the resample predictions for evaluation
unnest_modeltime_resamples(m750_training_resamples_fitted) %>%
get_target_text_from_resamples()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.