This implements the Nested CV resampling procedure by Bates et al. (2024).
Point Estimation
When calling $aggregate()
on a resample result obtained using this resampling method, only
the outer resampling iterations will be used, as they have a smaller bias.
See section "Point Estimation" of MeasureCiNestedCV
.
Parameters
folds
::integer(1)
The number of folds. This is initialized to5
.repeats
::integer(1)
The number of repetitions. THis is initialized to10
.
References
Bates, Stephen, Hastie, Trevor, Tibshirani, Robert (2024). “Cross-validation: what does it estimate and how well does it do it?” Journal of the American Statistical Association, 119(546), 1434–1445.
Super class
mlr3::Resampling
-> ResamplingNestedCV