Commit Graph

79 Commits

Author SHA1 Message Date
5518989b23 Implement feature X to enhance user experience and fix bug Y in module Z 2025-11-11 15:50:59 +01:00
d1da1dc3d2 Fix mapview example: enable code evaluation and correct st_as_sf usage with coordinates and CRS. 2025-11-06 11:44:18 +01:00
4a897d7723 Add manchot.png image and style.css for tp1 in Data Visualisation module 2025-11-06 11:33:04 +01:00
bd773f3870 Add data visualisation TP1 and TP2 HTML files and assets, remove GEMINI.md and studies.Rproj 2025-11-06 11:24:24 +01:00
753bff5da4 Remove old HTML enonce files and rename Rmd files for tp1 and tp2 to tp1.Rmd and tp2.Rmd 2025-11-06 11:18:57 +01:00
9aabe82801 Modifie la couleur de remplissage du graphique en utilisant "lightgreen" au lieu de "grey" 2025-11-06 09:27:20 +01:00
ff2d210232 Refactor code for improved readability and consistency across R Markdown files
- Updated comments and code formatting in `3-td_ggplot2 - enonce.Rmd` for clarity.
- Enhanced code structure in `4-td_graphiques - enonce.Rmd` by organizing options and library calls.
- Replaced pipe operator `%>%` with `|>` in `Code_Lec3.Rmd` for consistency with modern R syntax.
- Cleaned up commented-out code and ensured consistent spacing in ggplot calls.
2025-11-06 09:26:58 +01:00
e39b2910ab Implement code changes to enhance functionality and improve performance 2025-11-06 09:13:40 +01:00
7e6a7ab3c3 Add initial project files and styles for data visualization
- Created a new Excel file: `departements-francais.xlsx` for data storage.
- Added a CSS file: `style.css` with custom styles for various mathematical environments including boxes for lemmas, theorems, definitions, and more, complete with automatic numbering.
- Initialized R project file: `tp2.Rproj` with default settings for workspace management and LaTeX integration.
2025-11-06 09:07:30 +01:00
652451e1c2 Met à jour le compteur d'exécution, réorganise les importations et modifie la version de Python dans le notebook TP2 2025-11-06 09:06:36 +01:00
3d4671104a Met à jour le compteur d'exécution et supprime l'importation de TensorFlow dans le notebook TP2 2025-11-05 19:53:09 +01:00
09d30f3e05 Implement feature X to enhance user experience and optimize performance 2025-11-05 19:43:29 +01:00
48a4a46760 Implement new feature for user authentication and improve error handling 2025-11-05 18:27:54 +01:00
5d386d0179 Implement code changes to enhance functionality and improve performance 2025-11-05 17:32:20 +01:00
f0ab8c4d23 Ajoute une section "Deep Learning" au README et met à jour les dépendances pour inclure Keras 2025-11-05 17:15:53 +01:00
f5364b07f3 Add new Jupyter notebooks for ResNet and CNN exercises; update execution counts in existing notebooks 2025-11-05 17:09:58 +01:00
5f65cabaac Corrige l'affichage des prédictions et ajuste les impressions pour une meilleure clarté 2025-10-29 20:10:42 +01:00
dcf6063f7e Implement feature X to enhance user experience and optimize performance 2025-10-29 20:06:40 +01:00
139ed364f4 Implement feature X to enhance user experience and fix bug Y in module Z 2025-10-29 19:55:30 +01:00
e9b3eb6e99 Implement code changes to enhance functionality and improve performance 2025-10-29 19:53:14 +01:00
d22d745412 Implement code changes to enhance functionality and improve performance 2025-10-29 19:38:48 +01:00
35c5951bb7 Implement feature X to enhance user experience and fix bug Y in module Z 2025-10-29 19:13:30 +01:00
dc54c1a371 Implement feature X to enhance user experience and fix bug Y in module Z 2025-10-29 19:03:42 +01:00
63bc4140be Add CatBoost dependency and update lock file
- Added CatBoost version 1.2.8 to the project dependencies in pyproject.toml.
- Updated uv.lock to include CatBoost and its dependencies, along with the necessary wheel files.
- Included Graphviz version 0.21 in the lock file as a dependency for CatBoost.
2025-10-27 19:26:30 +01:00
039214af71 Mise à jour du fichier Course1.xlsm avec des modifications binaires 2025-10-23 15:02:45 +02:00
83b7335a9f Implement code changes to enhance functionality and improve performance 2025-10-23 15:02:34 +02:00
311e816df4 Refactor Gradient Boosting Classifier Implementation
- Updated execution counts for various code cells to maintain consistency.
- Changed the model from RandomForestClassifier to GradientBoostingClassifier.
- Modified hyperparameter grid for GridSearchCV to include learning_rate and adjusted n_estimators.
- Added stratification to train-test split for better representation of classes.
- Corrected scoring parameter in GridSearchCV to use a valid metric.
- Updated output messages to reflect changes in model evaluation metrics.
2025-10-20 19:24:23 +02:00
a0fe3a2658 Implement feature X to enhance user experience and fix bug Y in module Z 2025-10-20 18:44:22 +02:00
627ae41de6 Implement feature X to enhance user experience and fix bug Y in module Z 2025-10-20 18:13:39 +02:00
6261a6a035 Add Jupyter notebook for supervised machine learning algorithms and update dependencies
- Created a new Jupyter notebook: 2025_M2_ISF_TP_4.ipynb for supervised machine learning exercises, including data preparation, model building, and performance analysis.
- Added 'imblearn' as a dependency in pyproject.toml to support handling imbalanced datasets.
- Updated uv.lock to include the 'imbalanced-learn' package and its dependencies.
2025-10-20 17:43:11 +02:00
b35d4ecbab Add new data file datafreMPTL.RData for analysis in Data Visualisation project 2025-10-20 17:43:04 +02:00
dcd62a0392 Implement feature X to enhance user experience and fix bug Y in module Z 2025-10-14 17:09:14 +02:00
02d1048b8f Réorganisation du code pour améliorer la lisibilité et la structure de l'installation des packages 2025-10-14 11:16:14 +02:00
3d0bb19a3f Implement code changes to enhance functionality and improve performance 2025-10-14 11:12:31 +02:00
be05d6fff3 Refactor normality test logic in portef_v3_4_3.ipynb
- Changed execution_count from 3 to null for a cleaner notebook state.
- Simplified the normality test logic by using a conditional expression to determine the p-value calculation, improving code readability.
2025-10-14 10:46:56 +02:00
b7ad115386 Implement structural updates and optimizations across multiple modules 2025-10-14 10:45:57 +02:00
456a2fe96d Implement feature X to enhance user experience and optimize performance 2025-10-14 10:18:24 +02:00
7b8cf72324 Ajout de la séparation des données en ensembles d'apprentissage et de test, et implémentation de la recherche de grille pour les hyperparamètres du modèle Random Forest. 2025-10-13 20:00:44 +02:00
be386323bb Refactor code in 2025_TP_3_M2_ISF.ipynb:
- Updated execution counts for multiple code cells to maintain consistency.
- Removed redundant imports and organized import statements.
- Improved formatting for better readability in train-test split section.
- Added markdown explanations for model performance metrics (MAE, RMSE).
- Enhanced cross-validation training loop with detailed output for each fold's metrics.
2025-10-13 19:58:58 +02:00
aeafffd2c0 Implement feature X to enhance user experience and fix bug Y in module Z 2025-10-13 19:29:48 +02:00
acf1607773 Implement feature X to enhance user experience and fix bug Y in module Z 2025-10-13 19:22:57 +02:00
af98a95bea 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
d5ac1ff381 Implement feature X to enhance user experience and fix bug Y in module Z 2025-10-13 18:12:52 +02:00
e9189f6e7b Implement code changes to enhance functionality and improve performance 2025-10-13 18:10:31 +02:00
5a672225dc Implement feature X to enhance user experience and fix bug Y in module Z 2025-10-13 18:10:19 +02:00
575443003d 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
8329009c1c Correction de la numérotation de la question dans la requête SQL pour la sélection des orateurs dans DANJOU_Arthur.sql 2025-10-09 18:14:49 +02:00
f6ac2b338b Correction de la requête SQL pour supprimer le GROUP BY dans la sélection du prix minimum dans DANJOU_Arthur.sql 2025-10-09 12:29:21 +02:00
58595d2cb3 Correction des alias dans les requêtes SQL pour une meilleure lisibilité et cohérence dans TP3.sql 2025-10-09 12:25:58 +02:00
9f5fcb33ab Ajout des requêtes SQL pour les exercices 1 et 2, y compris la création des tables, l'insertion des données et les modifications du Makefile pour inclure TP3. 2025-10-09 12:16:58 +02:00