Authors: Timothée Charrier et Thomas Ravelet
Ecole des Mines de Saint-Etienne, Cycle ISMIN - 2023
This project was done using a Jupyter Notebook. It was done by using VSCode and the Python extension. with Jupyter Notebook, we can run Python code in a browser.
To increase the readability of the code, we used a library called Lib located in the TD_src folder. It contains some functions that we used in the project. The Lib library is imported in the CHARRIER_RAVELET_ML_2023.ipynb file.
Unfortunately, this tricks does not works on Google Colab. So, we had to include the Lib library in the CHARRIER_RAVELET_ML_2023ipynb file. This is why the file is quite long on Google Colab. But you can still download it and run it on your computer.