Holdout CI
Standard holdout CI. This inference method can only be applied to decomposable losses.
Only those from MeasureAbstractCi
.
ci_ho = msr("ci.holdout", "classif.acc") ci_ho rr = resample(tsk("sonar"), lrn("classif.featureless"), rsmp("holdout")) rr$aggregate(ci_ho)
mlr3::Measure
-> mlr3inferr::MeasureAbstractCi
-> MeasureCiHoldout
new()
Creates a new instance of this R6 class.
MeasureCiHoldout$new(measure)
measure
: (Measure
or character(1)
)
A measure of ID of a measure.
clone()
The objects of this class are cloneable with this method.
MeasureCiHoldout$clone(deep = FALSE)
deep
: Whether to make a deep clone.
Useful links