Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 2.21 KB

README.md

File metadata and controls

39 lines (26 loc) · 2.21 KB

CalibrationTests.jl

Hypothesis tests of calibration.

Build Status DOI Codecov Coveralls Code Style: Blue Bors enabled

There are also Python and R interfaces for this package

Overview

This package implements different hypothesis tests for calibration of probabilistic models in the Julia language.

Related packages

The statistical tests in this package are based on the calibration error estimators in the package CalibrationErrors.jl.

pycalibration is a Python interface for CalibrationErrors.jl and CalibrationTests.jl.

rcalibration is an R interface for CalibrationErrors.jl and CalibrationTests.jl.

References

If you use CalibrationsTests.jl as part of your research, teaching, or other activities, please consider citing the following publications:

Widmann, D., Lindsten, F., & Zachariah, D. (2019). Calibration tests in multi-class classification: A unifying framework. In Advances in Neural Information Processing Systems 32 (NeurIPS 2019) (pp. 12257–12267).

Widmann, D., Lindsten, F., & Zachariah, D. (2021). Calibration tests beyond classification. To be presented at ICLR 2021.