Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 813 Bytes

File metadata and controls

33 lines (25 loc) · 813 Bytes

Open in Binder

additional_material

Additional material used during the tutorial and further work. The notebooks can be run in binder clicking on the top badge.

Local Setup

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