Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.1 KB

File metadata and controls

39 lines (25 loc) · 1.1 KB

Probabilistic calibration and cost-sensitive learning

Browse online:

Launch JupyterLite Launch JupyterLite

Getting started

Install pixi

You can refer to the official website for installation.

Launching Jupyter Lab

To launch Jupyter Lab, run the following command:

pixi run jupyter lab

The Python environment and necessary packages will be automatically installed for you.

Opening lecture notes

The lecture notes are available in the content/python_files directory. To open the Python file as notebook, you need to right click on the file and select Open with -> Notebook.

Alternatively, you can generate notebooks as well:

pixi run -e doc convert-to-notebooks

This will convert the Python files into notebooks in the folder content/notebooks.