Obtain and format predictions produced by calibration validation
Source:R/cal-validate.R
collect_predictions.cal_rset.Rd
Obtain and format predictions produced by calibration validation
Usage
# S3 method for cal_rset
collect_predictions(x, summarize = TRUE, ...)
Arguments
- x
An object produced by one of the validation function (or class
cal_rset
).- summarize
A logical; should predictions be summarized over resamples (
TRUE
) or return the values for each individual resample. Seetune::collect_predictions()
for more details.- ...
Not currently used.