Augment Analysis Data from Resampling Results
get_validation_augment.Rd
This function fits a model to resampled datasets, preprocesses the analysis data, and then augments it.
Arguments
- model
A machine learning model object, compatible with
tune::fit_resamples
.- splits
Resampling splits object, usually created using the
rsample
package.