mlr_measures_debug_classif: Debug Measure for Classification
Description
This measure returns the number of observations in the PredictionClassif object.
Its main purpose is debugging.
The parameter na_ratio (numeric(1)) controls the ratio of scores which randomly
are set to NA, between 0 (default) and 1.
Arguments
Dictionary
This Measure can be instantiated via the dictionary mlr_measures or with the associated sugar function msr():
Package mlr3measures for the scoring functions.
Dictionary of Measures: mlr_measures
as.data.table(mlr_measures) for a table of available Measures in the running session (depending on the loaded packages).
Extension packages for additional task types:
mlr3proba for probabilistic supervised regression and survival analysis.