ajout: learning.ipnyb dans mkdocs et finission du modele 1

This commit is contained in:
2026-03-29 18:34:18 +02:00
parent 7a4e49684f
commit f4dd93e4b0
7 changed files with 560 additions and 481 deletions

View File

@@ -7,7 +7,7 @@ dependencies = [
"pandas==2.3.3",
"tqdm==4.67.3",
"scikit-learn==1.7.2",
"matplotlib==3.10.8"
"matplotlib==3.10.8",
]
[tool.pytest.ini_options]
@@ -16,7 +16,12 @@ testpaths = ["tests"]
[project.optional-dependencies]
test = ["pytest==8.4.2", "requests-mock==1.12.1", "flake8==7.3.0"]
doc = ["mkdocs<2.0.0", "mkdocs-material==9.6.23", "mkdocstrings[python]"]
doc = [
"mkdocs<2.0.0",
"mkdocs-material==9.6.23",
"mkdocstrings[python]",
"mkdocs-jupyter==0.26.1",
]
[build-system]
requires = ["setuptools", "wheel"]