View source: R/modeling_helpers.R
tof_assess_model_new_data | R Documentation |
Compute a trained elastic net model's performance metrics using new_data.
tof_assess_model_new_data(tof_model, new_data)
tof_model |
A 'tof_model' trained using |
new_data |
A tibble of new observations that should be used to evaluate the ‘tof_model'’s performance. |
A list of performance metrics whose components depend on the model type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.