This the GitHub repository of the course.
To access the course material go there: https://ml-boot-camp.github.io/sessions/
Python management is done with mamba (see installation instructions here) and relies on the conda-forge packages.
So we recommend to use mambaforge. To install on OSX, simply run in a terminal:
brew install mambaforgeCreate the environment:
mamba env create -f environment.ymlActivate it:
mamba activate ml-bootcampAfter updating the python scripts:
cd notebooks
makeTo display your updates in a dev server:
mkdocs serve