https://moodle.epfl.ch/course/view.php?id=15597
https://moodle.epfl.ch/mod/folder/view.php?id=1014238
https://moodle.epfl.ch/mod/folder/view.php?id=1056105
KNN source : https://stackabuse.com/k-nearest-neighbors-algorithm-in-python-and-scikit-learn/
To allow running scripts on Windows, run
py -3 -m venv .venv
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
.venv\scripts\activate