82fb7e53de
style: amélioration de la mise en forme et des espaces dans le code
2025-12-02 16:51:19 +01:00
33930ab89c
Add xgboost dependency and update lock file with new package details
...
- Added xgboost version 3.1.2 to pyproject.toml dependencies.
- Updated uv.lock to include xgboost package with its dependencies and wheel URLs.
- Added nvidia-nccl-cu12 package to uv.lock for compatibility with xgboost on specific platforms.
2025-12-02 16:50:46 +01:00
95308de0cb
Implement feature X to enhance user experience and fix bug Y in module Z
2025-12-02 12:49:27 +01:00
5338517fee
Refactor code structure for improved readability and maintainability
2025-12-02 12:47:29 +01:00
8397c8fee3
feat: mise à jour du fichier Course1.xlsm
2025-11-27 10:49:18 +01:00
41378a2b42
Merge pull request #2 from ArthurDanjou/copilot/fix-code-cells-tp4
...
Complete TP4 DeepLearning notebooks - RNN with Embedding layer exercises
2025-11-26 13:54:37 +01:00
aad17ec465
Implement feature X to enhance user experience and optimize performance
2025-11-26 13:53:51 +01:00
copilot-swe-agent[bot]
886a7a2e2c
Complete TP4 Bonus notebook code cells for DeepLearning
...
Co-authored-by: ArthurDanjou <29738535+ArthurDanjou@users.noreply.github.com >
2025-11-26 12:32:15 +00:00
copilot-swe-agent[bot]
dc054417f7
Initial plan
2025-11-26 12:26:59 +00:00
c4d5b67321
feat: supprimer le fichier .python-version
2025-11-26 13:22:16 +01:00
08cf8fbeda
Refactor and enhance code in Reinforcement Learning notebook; add new R script for EM algorithm in Unsupervised Learning; update README to include new section for Unsupervised Learning.
2025-11-26 13:20:18 +01:00
5d968fa5e5
feat: ajouter la section 'Reinforcement Learning' dans le README
2025-11-25 12:41:50 +01:00
38ea77e86c
Implement feature X to enhance user experience and optimize performance
2025-11-25 12:40:57 +01:00
baf0d21a25
Implement feature X to enhance user experience and optimize performance
2025-11-25 12:34:42 +01:00
f0854e58ba
feat: ajouter le fichier .python-version et mettre à jour les règles de linting dans pyproject.toml
2025-11-25 12:30:55 +01:00
8400c722a5
Refactor code formatting and improve readability in Jupyter notebooks for TP_4 and TP_5
...
- Adjusted indentation and line breaks for better clarity in function definitions and import statements.
- Standardized string quotes for consistency across the codebase.
- Enhanced readability of DataFrame creation and manipulation by breaking long lines into multiple lines.
- Cleaned up print statements and comments for improved understanding.
- Ensured consistent use of whitespace around operators and after commas.
2025-11-25 10:46:16 +01:00
21e376de79
fix: mettre à jour le fichier Course1.xlsm pour corriger des erreurs
2025-11-25 10:25:02 +01:00
dc69e98b0d
Implement feature X to enhance user experience and fix bug Y in module Z
2025-11-13 22:38:15 +01:00
12c37869eb
Implement feature X to enhance user experience and fix bug Y in module Z
2025-11-13 19:51:04 +01:00
e217b83754
Refactor code structure for improved readability and maintainability
2025-11-13 17:55:06 +01:00
1c61de108b
fix: update project sections in README to replace 'Risks Management' with 'VBA'
2025-11-13 17:23:04 +01:00
a3e636044a
Add flexdashboard library to R Markdown for enhanced data visualization
2025-11-13 17:22:11 +01:00
2b00a351c0
Limit plots to single series: show only Call in first plot and only Put in second; remove unused series and adjust data frames.
2025-11-13 16:37:18 +01:00
4570a011ec
Implement Black‑Scholes Shiny app: complete server & UI (call/put pricing, plotly plots, add volatility/rates/dividend inputs, run app) and add kable/paged_table examples to tp3.Rmd
2025-11-13 16:31:44 +01:00
f58afe7d71
Add empty R code chunk for future use in tp2.Rmd
2025-11-13 16:13:08 +01:00
c7d0f4878f
Delete tp2.rmarkdown from M2/Data Visualisation/tp2
2025-11-13 16:08:11 +01:00
8b0afced5c
Enhance tp2 Rmd (histogram, interactive maps, choropleth fixes); add TP3 Shiny apps and project files; update .gitignore; add shap (+cloudpickle, numba, llvmlite, tqdm, slicer) to pyproject.toml and uv.lock; remove generated tp2 HTML/assets
2025-11-13 16:07:58 +01:00
74feddbddb
Ajout de 'catboost_info' au fichier .gitignore pour ignorer les fichiers de sortie de CatBoost
2025-11-11 17:09:15 +01:00
5f1cec7858
Implement feature X to enhance user experience and fix bug Y in module Z
2025-11-11 15:50:59 +01:00
dec54d91d7
Fix mapview example: enable code evaluation and correct st_as_sf usage with coordinates and CRS.
2025-11-06 11:44:18 +01:00
8fbf4681c9
Add manchot.png image and style.css for tp1 in Data Visualisation module
2025-11-06 11:33:04 +01:00
568f38a59a
Add data visualisation TP1 and TP2 HTML files and assets, remove GEMINI.md and studies.Rproj
2025-11-06 11:24:24 +01:00
007ca3c12c
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
bd05082e3c
Modifie la couleur de remplissage du graphique en utilisant "lightgreen" au lieu de "grey"
2025-11-06 09:27:20 +01:00
03bf0a4db2
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
8f5f2b417c
Implement code changes to enhance functionality and improve performance
2025-11-06 09:13:40 +01:00
5c8efbdc2e
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
6369e30257
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
aec178208e
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
098e20c982
Implement feature X to enhance user experience and optimize performance
2025-11-05 19:43:29 +01:00
e71aae349f
Implement new feature for user authentication and improve error handling
2025-11-05 18:27:54 +01:00
fa5785e714
Implement code changes to enhance functionality and improve performance
2025-11-05 17:32:20 +01:00
632240d232
Ajoute une section "Deep Learning" au README et met à jour les dépendances pour inclure Keras
2025-11-05 17:15:53 +01:00
ba6bea2c73
Add new Jupyter notebooks for ResNet and CNN exercises; update execution counts in existing notebooks
2025-11-05 17:09:58 +01:00
0af6f7a5d0
Corrige l'affichage des prédictions et ajuste les impressions pour une meilleure clarté
2025-10-29 20:10:42 +01:00
f53ff6a2be
Implement feature X to enhance user experience and optimize performance
2025-10-29 20:06:40 +01:00
20e3ca2326
Implement feature X to enhance user experience and fix bug Y in module Z
2025-10-29 19:55:30 +01:00
eab43866c3
Implement code changes to enhance functionality and improve performance
2025-10-29 19:53:14 +01:00
61cc00c973
Implement code changes to enhance functionality and improve performance
2025-10-29 19:38:48 +01:00
365da9c37e
Implement feature X to enhance user experience and fix bug Y in module Z
2025-10-29 19:13:30 +01:00