Python code for Dirichlet calibration
Project description
Dirichlet Calibration Python implementation
This is a Python implementation of the Dirichlet Calibration presented in
Beyond temperature scaling: Obtaining well-calibrated multi-class probabilities
with Dirichlet calibration at NeurIPS 2019. The original version used Python
3.8 and reached version 0.4.2
. The code started using Python 3.12 from
version 0.5.0
, you can see the other version in the GitHub history, tags, or
in Pypi.
Installation
# Clone the repository
git clone git@github.com:dirichletcal/dirichlet_python.git
# Go into the folder
cd dirichlet_python
# Create a new virtual environment with Python3
python3.12 -m venv venv
# Load the generated virtual environment
source venv/bin/activate
# Upgrade pip
pip install --upgrade pip
# Install all the dependencies
pip install -r requirements.txt
pip install --upgrade jaxlib
Unittest
python -m unittest discover dirichletcal
Cite
If you use this code in a publication please cite the following paper
@inproceedings{kull2019dircal,
title={Beyond temperature scaling: Obtaining well-calibrated multi-class probabilities with Dirichlet calibration},
author={Kull, Meelis and Nieto, Miquel Perello and K{\"a}ngsepp, Markus and Silva Filho, Telmo and Song, Hao and Flach, Peter},
booktitle={Advances in Neural Information Processing Systems},
pages={12295--12305},
year={2019}
}
Examples
You can find some examples on how to use this package in the folder examples
Pypi
To push a new version to Pypi first build the package
python3.12 setup.py sdist
And then upload to Pypi with twine
twine upload dist/*
It may require user and password if these are not set in your home directory a file .pypirc
[pypi]
username = __token__
password = pypi-yourtoken
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file dirichletcal-0.5.1.tar.gz
.
File metadata
- Download URL: dirichletcal-0.5.1.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0311eb6c517b25e7bf85804c37a5fecb986e150a1e6a22f6705c0d8446d7df6 |
|
MD5 | 00e32ae72d49756099b8a1141a5e0ec4 |
|
BLAKE2b-256 | 7c6b9d386ec6b10af56469f507f7c37e957569e17263c1fde0dde18d2aa209d9 |