getMCE {CalibratR} | R Documentation |
getMCE
Description
Maximum Calibration Error (MCE), returns maximum calibration error for equal-frequency binning model
Usage
getMCE(actual, predicted, n_bins = 10)
Arguments
actual |
vector of observed class labels (0/1) |
predicted |
vector of uncalibrated predictions |
n_bins |
number of bins of the underlying equal-frequency histogram, Default: 10 |
Value
equal-frequency MCE value
[Package CalibratR version 0.1.2 Index]