.python-version
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
mkdocs.yml
pyproject.toml
uv.lock
docs/calibrators.md
docs/concepts.md
docs/examples.md
docs/index.md
docs/installation.md
docs/plots.md
docs/quickstart.md
docs/releasing.md
docs/api/calibrators.md
docs/api/metrics.md
docs/api/persistence.md
docs/api/plots.md
docs/assets/paper_reliability.png
docs/assets/reliability_before_after.png
docs/paper/index.html
docs/paper/assets/page.css
docs/paper/assets/page.js
docs/paper/assets/fig/datasets.jpg
docs/paper/assets/fig/fig1_overview.jpg
docs/paper/assets/fig/free_energy_maps.jpg
docs/paper/assets/fig/label_flips.jpg
docs/paper/assets/fig/reliability.png
docs/paper/assets/fonts/NOTICE.txt
docs/paper/assets/fonts/OFL-IBMPlexMono.txt
docs/paper/assets/fonts/OFL-IBMPlexSans.txt
docs/paper/assets/fonts/OFL-Newsreader.txt
docs/paper/assets/fonts/ibm-plex-mono-400.woff2
docs/paper/assets/fonts/ibm-plex-mono-500.woff2
docs/paper/assets/fonts/ibm-plex-sans-400.woff2
docs/paper/assets/fonts/ibm-plex-sans-400i.woff2
docs/paper/assets/fonts/newsreader-500.woff2
docs/paper/assets/fonts/newsreader-500i.woff2
examples/basic_segmentation_calibration.py
examples/ensemble_pooling.py
examples/pytorch_model_calibration.py
examples/readme_figure.py
examples/reliability_diagram.py
reproducibility/README.md
reproducibility/generate_reference.py
scripts/check_distribution.py
scripts/check_release.py
scripts/check_site.py
src/fiducio/__init__.py
src/fiducio/base.py
src/fiducio/persistence.py
src/fiducio/py.typed
src/fiducio/registry.py
src/fiducio.egg-info/PKG-INFO
src/fiducio.egg-info/SOURCES.txt
src/fiducio.egg-info/dependency_links.txt
src/fiducio.egg-info/requires.txt
src/fiducio.egg-info/top_level.txt
src/fiducio/calibrators/__init__.py
src/fiducio/calibrators/_affine.py
src/fiducio/calibrators/_optim.py
src/fiducio/calibrators/class_conditional.py
src/fiducio/calibrators/dirichlet.py
src/fiducio/calibrators/ensemble_temperature.py
src/fiducio/calibrators/matrix.py
src/fiducio/calibrators/temperature.py
src/fiducio/calibrators/vector.py
src/fiducio/metrics/__init__.py
src/fiducio/metrics/calibration.py
src/fiducio/plots/__init__.py
src/fiducio/utils/__init__.py
src/fiducio/utils/logging.py
src/fiducio/utils/stopping.py
src/fiducio/utils/tensors.py
tests/conftest.py
tests/test_api_extras.py
tests/test_calibrators.py
tests/test_class_conditional.py
tests/test_cuda.py
tests/test_early_stopping.py
tests/test_invariants.py
tests/test_metrics.py
tests/test_minimal_import.py
tests/test_optimizer.py
tests/test_persistence.py
tests/test_plots.py
tests/test_release_regressions.py
tests/test_research_reference.py
tests/test_validation.py
tests/fixtures/make_v0_1_0_fixtures.py
tests/fixtures/research_reference.json
tests/fixtures/v0_1_0/argmax_preserving_matrix_scaling_fitted.pt
tests/fixtures/v0_1_0/argmax_preserving_matrix_scaling_unfitted.pt
tests/fixtures/v0_1_0/class_conditional_matrix_scaling_fitted.pt
tests/fixtures/v0_1_0/class_conditional_matrix_scaling_unfitted.pt
tests/fixtures/v0_1_0/dirichlet_calibration_fitted.pt
tests/fixtures/v0_1_0/dirichlet_calibration_probs_fitted.pt
tests/fixtures/v0_1_0/dirichlet_calibration_unfitted.pt
tests/fixtures/v0_1_0/ensemble_temperature_scaling_fitted.pt
tests/fixtures/v0_1_0/ensemble_temperature_scaling_unfitted.pt
tests/fixtures/v0_1_0/matrix_scaling_fitted.pt
tests/fixtures/v0_1_0/matrix_scaling_unfitted.pt
tests/fixtures/v0_1_0/order_preserving_matrix_scaling_fitted.pt
tests/fixtures/v0_1_0/order_preserving_matrix_scaling_unfitted.pt
tests/fixtures/v0_1_0/reference.pt
tests/fixtures/v0_1_0/temperature_scaling_fitted.pt
tests/fixtures/v0_1_0/temperature_scaling_unfitted.pt
tests/fixtures/v0_1_0/translation_invariant_matrix_scaling_fitted.pt
tests/fixtures/v0_1_0/translation_invariant_matrix_scaling_unfitted.pt
tests/fixtures/v0_1_0/vector_scaling_fitted.pt
tests/fixtures/v0_1_0/vector_scaling_unfitted.pt