getMCE
Maximum Calibration Error (MCE), returns maximum calibration error for equal-frequency binning model
getMCE(actual, predicted, n_bins = 10)
actual
: vector of observed class labels (0/1)predicted
: vector of uncalibrated predictionsn_bins
: number of bins of the underlying equal-frequency histogram, Default: 10equal-frequency MCE value
Useful links