Skip to content

classifier-calibration/additional_material

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Additional material used during the tutorial and further work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published