Add new data files and update dependencies

- Added TP_ACE.pdf to the project.
- Introduced perf_circle.csv containing performance circle data.
- Added test_lissage.csv with test data for smoothing.
- Updated pyproject.toml to include statsmodels as a dependency.
- Modified uv.lock to reflect the addition of statsmodels and its dependencies.
This commit is contained in:
2026-01-22 19:04:04 +01:00
parent 5b287234c2
commit f943d4083c
12 changed files with 1562 additions and 209 deletions

View File

@@ -32,6 +32,7 @@ dependencies = [
"seaborn>=0.13.2",
"sentence-transformers>=5.2.0",
"shap>=0.49.1",
"statsmodels>=0.14.6",
"tensorflow>=2.20.0",
"tf-keras>=2.20.1",
"umap-learn>=0.5.11",
@@ -63,7 +64,8 @@ ignore = [
"T201", # Print
"N806",
"N803",
"N802"
"N802",
"N816",
]
# Exclure certains fichiers ou répertoires