Activate best score in odte

This commit is contained in:
2023-10-25 10:23:42 +02:00
parent a8f9800631
commit 5a3af51826
4 changed files with 2 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ namespace platform {
{
static map<pair<string, string>, pair<string, double>> data = {
{{"discretiz", "accuracy"}, {"STree_default (linear-ovo)", 22.109799}},
//{{"odte", "accuracy"}, {"STree_default (linear-ovo)", 22.109799}},
{{"odte", "accuracy"}, {"STree_default (linear-ovo)", 22.109799}},
};
auto env = platform::DotEnv();
string experiment = env.get("experiment");