The reportable rate is defined as the percentage of class predictions that are not equivocal.
Examples
x <- class_pred(factor(1:5), which = c(1, 2))
# 3 / 5
reportable_rate(x)
#> [1] 0.6
The reportable rate is defined as the percentage of class predictions that are not equivocal.
x <- class_pred(factor(1:5), which = c(1, 2))
# 3 / 5
reportable_rate(x)
#> [1] 0.6