Compute a trained elastic net model's performance metrics using new_data.
Source:R/modeling_helpers.R
tof_assess_model_new_data.Rd
Compute a trained elastic net model's performance metrics using new_data.
Arguments
- tof_model
A `tof_model` trained using
tof_train_model
- new_data
A tibble of new observations that should be used to evaluate the `tof_model`'s performance.