Unfiy the training scripts and add SHAP

This commit is contained in:
Tobias Hölzer 2026-02-08 22:06:49 +01:00
parent 073502c51d
commit 3ce6b6e867
38 changed files with 5876 additions and 681 deletions

14
autogluon-config.toml Normal file
View file

@ -0,0 +1,14 @@
[tool.entropice-autogluon]
time-limit = 60
presets = "medium"
target = "darts_v1"
task = "density"
experiment = "tobi-tests"
grid = "hex"
level = 5
members = ["ERA5-shoulder", "ArcticDEM"]
[tool.entropice-autogluon.dimension-filters]
# ERA5-shoulder = { aggregations = "median" }
ArcticDEM = { aggregations = "median" }