probly.calibration.scalingΒΆ

Implementations for Vector-, Platt- and Temperature Scaling.

Modules

common

Common methods for temperature scaling.

flax_base

Base Implementation For Platt-, Vector- and Temperature Scaling.

flax_platt

Implementation For Platt Scaling in Flax.

flax_temperature

Implementation For Temperature Scaling Extension Of Base Flax.

flax_vector

Implementation for Vector Scaling in Flax.

torch_base

Base module with the purpose of codesharing for platt, vector and temperature scaling.

torch_platt

Implementation for Platt Scaling with Torch.

torch_temperature

Temperature scaling extension of base.

torch_vector

Platt and vector scaling extension of base.