Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-09-01 16:09:30 +02:00
parent 1a1c3c31f9
commit dfee405ea0
3 changed files with 649 additions and 48 deletions

View File

@@ -12,6 +12,7 @@ dependencies = [
"pandas>=2.2.3",
"scikit-learn>=1.6.1",
"scipy>=1.15.2",
"tensorflow>=2.20.0",
]
[dependency-groups]
@@ -20,6 +21,9 @@ dev = [
"uv>=0.6.16",
]
[tool.ty.rules]
index-out-of-bounds = "ignore"
[tool.ruff]
extend-include = ["*.ipynb"]
line-length = 88