8e7bbc1fe9
Implement feature X to enhance user experience and optimize performance
2026-01-12 10:37:04 +01:00
c8c1bf4807
Add "Clustering In Practice" section: add Encoding.Rmd and data/chiffres.csv; update README
2026-01-08 13:44:01 +01:00
2e2500b509
Update execution counts and runtime metrics in the Maze Game notebook for consistency and accuracy
2026-01-06 13:09:06 +01:00
5f5bd609d7
Remove unnecessary newline in policy comparison output for clarity in Lab 3 notebook
2026-01-06 13:09:02 +01:00
e56fd6f2af
Implement feature X to enhance user experience and optimize performance
2026-01-06 12:32:09 +01:00
0e65815e38
Fix execution counts and update policy array initialization in maze game notebooks
2026-01-06 11:13:17 +01:00
6eecdd6ab3
Update Python version and refine Jupyter Notebook formatting
...
- Bump Python version from 3.11 to 3.13 in .python-version file.
- Reset execution counts to null in Jupyter Notebook for reproducibility.
- Improve code readability by adjusting comments and formatting in the notebook.
- Change the policy definition to use numpy.ndarray for better clarity.
- Modify pyproject.toml to enable E501 rule for line length management.
2026-01-06 11:07:31 +01:00
06bc1f28a9
Refactor code structure for improved readability and maintainability
2026-01-06 10:22:42 +01:00
c5f60472fb
Mettre à jour .gitignore pour exclure les fichiers PDF et ajouter plusieurs rapports PDF pour les projets M1 et M2.
2026-01-05 17:51:46 +01:00
0cb4dd4c57
Remove extra blank lines in M2/Statistiques Non Paramétrique/TP1.Rmd
2026-01-05 16:57:22 +01:00
156411965d
Add TP1.Rmd for Statistiques Non Paramétrique (M2)
2026-01-05 16:53:31 +01:00
fd775d1251
NoticeTechnique.Rmd: italicize report title, correct Global Tuberculosis Report year to 2024, assign k-means variance to var_totale, and switch reactive dataset from tb_final to tb_clustered.
2026-01-04 18:01:01 +01:00
2824a9aed1
Réviser le titre et la problématique pour insister sur l'analyse multivariée et la typologie opérationnelle (NoticeTechnique.Rmd)
2026-01-04 17:32:17 +01:00
acf1aa82c4
Increase Shiny slider animation interval from 3000ms to 5000ms
2026-01-04 17:32:05 +01:00
f326ca42e0
Add NoticeTechnique.Rmd and app.R to M2/Data Visualisation project
2026-01-04 17:25:51 +01:00
5d01240748
Add initial project setup files including .Rprofile, renv.lock, logo, and data files
2026-01-03 22:25:10 +01:00
9b0b24bc8b
Implement feature X to enhance user experience and optimize performance
2025-12-24 22:27:05 +01:00
bcac5764f6
Refactor error messages and function signatures across multiple notebooks for clarity and consistency
...
- Updated error messages in Gauss method and numerical methods to use variables for better readability.
- Added return type hints to function signatures in various notebooks to improve code documentation.
- Corrected minor grammatical issues in docstrings for better clarity.
- Adjusted print statements and list concatenations for improved output formatting.
- Enhanced plotting functions to ensure consistent figure handling.
2025-12-24 22:26:59 +01:00
3cb05d3210
Update Python version in Jupyter notebooks to 3.13.9 across multiple files
2025-12-13 23:38:27 +01:00
d5a6bfd339
Refactor code for improved readability and consistency across multiple Jupyter notebooks
...
- Added missing commas in various print statements and function calls for better syntax.
- Reformatted code to enhance clarity, including breaking long lines and aligning parameters.
- Updated function signatures to use float type for sigma parameters instead of int for better precision.
- Cleaned up comments and documentation strings for clarity and consistency.
- Ensured consistent formatting in plotting functions and data handling.
2025-12-13 23:38:17 +01:00
a2fa13ef8d
Mise à jour du fichier Course1.xlsm avec des modifications binaires
2025-12-06 16:04:18 +01:00
0420f09b69
Implement feature X to enhance user experience and optimize performance
2025-12-02 16:59:26 +01:00
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
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
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
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
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