Make the training run again

This commit is contained in:
Tobias Hölzer 2026-01-11 22:17:15 +01:00
parent cfb7d65d6d
commit 4445834895
6 changed files with 205 additions and 97 deletions

View file

@ -63,11 +63,12 @@ dependencies = [
"duckdb>=1.4.2,<2",
"pydeck>=0.9.1,<0.10",
"pypalettes>=0.2.1,<0.3",
"ty>=0.0.2,<0.0.3",
"ruff>=0.14.9,<0.15",
"ty>=0.0.11,<0.0.12",
"ruff>=0.14.11,<0.15",
"pandas-stubs>=2.3.3.251201,<3",
"pytest>=9.0.2,<10",
"autogluon-tabular[all]>=1.5.0",
"autogluon-tabular[all,mitra]>=1.5.0",
"shap>=0.50.0,<0.51",
]
[project.scripts]
@ -77,6 +78,7 @@ alpha-earth = "entropice.ingest.alphaearth:main"
era5 = "entropice.ingest.era5:cli"
arcticdem = "entropice.ingest.arcticdem:cli"
train = "entropice.ml.training:cli"
autogluon = "entropice.ml.autogluon_training:cli"
[build-system]
requires = ["hatchling"]