chore: clean up code structure and remove unused code blocks

This commit is contained in:
2026-02-04 18:15:16 +01:00
parent 53c0384cf9
commit 859f627b35
6 changed files with 2087 additions and 2930 deletions

View File

@@ -113,3 +113,8 @@ section-order = ["future", "standard-library", "third-party", "data-science", "m
# On sépare les outils de manipulation de données des frameworks de ML lourds
"data-science" = ["numpy", "pandas", "scipy", "matplotlib", "seaborn", "plotly"]
"ml" = ["tensorflow", "keras", "torch", "sklearn", "xgboost", "catboost", "shap"]
[tool.uv.workspace]
members = [
"M2/Reinforcement Learning/project",
]