PlattCalibratorResult
@Serializable
@SerialName(value = "PlattCalibratorResult")
Snapshot from PlattCalibratorStat: the learned sigmoid parameters and a helper that maps a raw classifier score to a calibrated probability.
The calibration map is 1 / (1 + exp(-(slope * x + intercept))).
PlattCalibratorResult
calibrate
intercept
slope
totalWeights
Cumulative observation weight folded in.