feat: ajout premier modele (1ere partie)

This commit is contained in:
2026-03-28 19:58:09 +01:00
parent 106877a073
commit c7d2077b23
3 changed files with 393 additions and 2 deletions

View File

@@ -6,7 +6,8 @@ dependencies = [
"beautifulsoup4==4.14.3",
"pandas==2.3.3",
"tqdm==4.67.3",
"scikit-learn==1.7.2"
"scikit-learn==1.7.2",
"matplotlib==3.10.8"
]
[tool.pytest.ini_options]