Additional material used during the tutorial and further work. The notebooks can be run in binder clicking on the top badge.
Clone the repository
git clone https://github.com/classifier-calibration/additional_material.git
# Or via SSH if using a password-protected SSH key
# git clone git@github.com:classifier-calibration/additional_material.git as cla_cal_material
cd cla_cal_material
(Optionally) activate a Python virtual environment
python3.8 -m venv venv
source venv/bin/activate
Install the dependencies
pip install -r requirements.txt
Launch Jupyter Notebook
jupyter notebook