
Extract Validation Data and Augmented Predictions
get_analysis_augment.RdPerforms resampling on a model and extracts validation data and augmented predictions.
Arguments
- model
A machine learning model object, compatible with
tune::fit_resamples.- splits
Resampling splits object, usually created using the
rsamplepackage.