MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / test_platt_calibrator_identity

Function test_platt_calibrator_identity

tests/test_calibration.py:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9
10def test_platt_calibrator_identity():
11 cal = PlattCalibrator(temperature=1.0)
12 assert abs(cal.calibrate(0.5) - 0.5) < 0.01
13 assert abs(cal.calibrate(0.9) - 0.9) < 0.05
14
15
16def test_platt_calibrator_high_temp_compresses():

Callers

nothing calls this directly

Calls 2

calibrateMethod · 0.95
PlattCalibratorClass · 0.90

Tested by

no test coverage detected