Commit Graph

17 Commits

Author SHA1 Message Date
047f30def1 Implement feature X to enhance user experience and fix bug Y in module Z 2025-10-13 19:29:48 +02:00
f3a09a5282 Implement feature X to enhance user experience and fix bug Y in module Z 2025-10-13 19:22:57 +02:00
1ccdcb3803 Ajout de l'exécution de cellules pour le One Hot Encoding, la normalisation des variables numériques et la séparation des données en ensembles d'apprentissage et de test. 2025-10-13 18:24:13 +02:00
a63b1bf94c Implement feature X to enhance user experience and fix bug Y in module Z 2025-10-13 18:12:52 +02:00
19d7d398ae Implement code changes to enhance functionality and improve performance 2025-10-13 18:10:31 +02:00
7cc7df0376 Implement feature X to enhance user experience and fix bug Y in module Z 2025-10-13 18:10:19 +02:00
963948f19f Ajout du fichier Course1.xlsm et mise à jour de l'exécution des cellules dans le notebook TP_2 pour corriger le compteur d'exécution. 2025-10-13 17:40:54 +02:00
185de1142d Refactor code in Jupyter notebooks for clarity and consistency
- Set execution_count to null for specific code cells in 2025_TP_1_M2_ISF.ipynb to reset execution state.
- Replace output display of DataFrames with print statements in 2025_TP_1_M2_ISF.ipynb for better visibility during execution.
- Clean up import statements in 2025_TP_2_M2_ISF.ipynb by adding noqa comments for better linting and readability.
2025-10-08 10:24:51 +02:00
b6cfa3349e Implement code changes to enhance functionality and improve performance 2025-10-08 10:22:05 +02:00
8e081a1ccb Implement code changes to enhance functionality and improve performance 2025-10-06 18:12:46 +02:00
c925c8a5c0 Correction de la mise en forme et mise à jour de la version de Python dans le notebook TP_2_M2_ISF.ipynb 2025-10-02 08:26:49 +02:00
7b9a6bd0ff Implement code changes to enhance functionality and improve performance 2025-09-29 17:56:11 +02:00
f3d7c2fc09 Checkpoint from VS Code for coding agent session 2025-09-29 17:34:06 +02:00
0d00de44e8 Add MySQL setup and initial data scripts
- Created a Docker Compose file to set up a MySQL container named M2_SQL_COURSE with an empty password and a database named TP.
- Added a Makefile with a target to execute a SQL script (TP1.sql) inside the MySQL container and log the output.
- Implemented the TP1.sql script to create tables for Magasin and Localite, insert initial data, and perform several queries.
2025-09-25 09:31:10 +02:00
6738419f7c Add new plot 2025-09-15 20:02:19 +02:00
c72538fac3 Add new plot 2025-09-15 19:59:26 +02:00
08d0d93393 Add 'Machine Learning' TP1 2025-09-15 19:58:46 +02:00