.632 and .632+ bootstrap estimators for prediction error
Source:R/bootstrap_methods.R
bootstrap_632.RdComputes apparent error, mean OOB bootstrap error, the .632
estimator (Efron 1983), and the .632+ no-information-adjusted
estimator (Efron and Tibshirani 1997). ipred::errorest(...,
estimator = "632plus") implements the same family in
ipred; it is cross-referenced for users who already work
with ipred's predict.\<learner\> ecosystem. The inline
implementation is retained because rmorie's API takes naked
model_fn / score_fn callables and is consumed by
downstream MRM code.