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

19
hpsearchcv-config.toml Normal file
View file

@ -0,0 +1,19 @@
[tool.entropice-hpsearchcv]
n-iter = 5
target = "darts_v1"
task = "binary"
splitter = "kfold"
# model = "xgboost"
# model = "rf" SHAP error
model = "espa"
experiment = "tobi-tests"
scaler = "standard" # They dont work because of Array API
normalize = true
grid = "hex"
level = 5
members = ["ERA5-shoulder", "ArcticDEM"]
[tool.entropice-hpsearchcv.dimension-filters]
# ERA5-shoulder = { aggregations = "median" }
ArcticDEM = { aggregations = "median" }