Beta calibration
This package provides a BetaCalibration class which allows the user to fit any of our three proposed beta calibration models. For the paper and tutorials, check https://betacal.github.io/.
Create a virtual environment with the necessary dependencies
virtualenv venv
. ./venv/bin/activate
pip install -r requirements.txt
and then run the script runtests.sh
bash runtests.sh
MIT