powered by
Returns the out-of-bag error of the Learner for learners that support it (learners with property "oob_error"). Returns NA for unsupported learners.
"oob_error"
NA
R6::R6Class() inheriting from Measure.
R6::R6Class()
MeasureOOBError$new() mlr_measures$get("oob_error") msr("oob_error")
Type: NA
Range: \((-\infty, \infty)\)
Minimize: NA
Required prediction: 'response'
Dictionary of Measures: mlr_measures
as.data.table(mlr_measures) for a complete table of all (also dynamically created) Measure implementations.
as.data.table(mlr_measures)