Unfiy the training scripts and add SHAP
This commit is contained in:
parent
073502c51d
commit
3ce6b6e867
38 changed files with 5876 additions and 681 deletions
19
hpsearchcv-config.toml
Normal file
19
hpsearchcv-config.toml
Normal 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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue