Add smooth strategy to hyperparameter in b_main

Add smooth strategy to reports
This commit is contained in:
2024-06-09 20:46:14 +02:00
parent 90555489ff
commit b8a8ddaf8c
7 changed files with 32 additions and 8 deletions

View File

@@ -30,7 +30,8 @@ namespace platform {
{"margin", {"0.1", "0.2", "0.3"}},
{"n_folds", {"5", "10"}},
{"discretize_algo", {"mdlp", "bin3u", "bin3q", "bin4u", "bin4q"}},
{"platform", {"any"}},
{"smooth_strat", {"OLD_LAPLACE", "LAPLACE", "CESTNIK"}},
{ "platform", {"any"} },
{"model", {"any"}},
{"seeds", {"any"}},
{"nodes", {"any"}},