Out-of-bag Error Measure
Returns the out-of-bag error of the Learner for learners that support it
(learners with property "oob_error"
).
Returns NA
for unsupported learners.
This Measure can be instantiated via the dictionary mlr_measures or with the associated sugar function msr()
:
mlr_measures$get("oob_error") msr("oob_error")
Type: NA
Range: (-Inf, Inf)
Minimize: NA
Required prediction: 'response'
mlr3::Measure
-> MeasureOOBError
new()
Creates a new instance of this R6 class.
MeasureOOBError$new()
clone()
The objects of this class are cloneable with this method.
MeasureOOBError$clone(deep = FALSE)
deep
Whether to make a deep clone.
as.data.table(mlr_measures)
for a complete table of all (also dynamically created) Measure implementations.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.