Obtain and format predictions produced by calibration validation
Obtain and format predictions produced by calibration validation
## S3 method for class '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. See tune::collect_predictions() for more details.