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.
This commit is contained in:
2025-10-20 17:43:11 +02:00
parent e1255f326d
commit cf7d23261b
6 changed files with 14956 additions and 448 deletions

View File

@@ -5,6 +5,7 @@ description = "A curated collection of mathematics and data science projects dev
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"imblearn>=0.0",
"ipykernel>=6.29.5",
"keras>=3.11.3",
"matplotlib>=3.10.1",