diff --git a/src/BayesNet/BoostAODE.cc b/src/BayesNet/BoostAODE.cc index fb38a7c..e88a4da 100644 --- a/src/BayesNet/BoostAODE.cc +++ b/src/BayesNet/BoostAODE.cc @@ -125,7 +125,7 @@ namespace bayesnet { // Step 0: Set the finish condition // if not repeatSparent a finish condition is run out of features // n_models == maxModels - // epsiolon sub t > 0.5 => inverse the weights policy + // epsilon sub t > 0.5 => inverse the weights policy // validation error is not decreasing while (!exitCondition) { // Step 1: Build ranking with mutual information diff --git a/src/Platform/BestResults.cc b/src/Platform/BestResults.cc index 5ba6e8d..4fcd575 100644 --- a/src/Platform/BestResults.cc +++ b/src/Platform/BestResults.cc @@ -162,7 +162,6 @@ namespace platform { maxHyper = max(maxHyper, (int)item.value().at(1).dump().size()); maxFileName = max(maxFileName, (int)item.value().at(2).get().size()); } - cout << "Hola" << endl; stringstream oss; oss << Colors::GREEN() << "Best results for " << model << " as of " << date << endl; cout << oss.str(); diff --git a/src/Platform/BestScore.h b/src/Platform/BestScore.h index bc3a719..6f660c3 100644 --- a/src/Platform/BestScore.h +++ b/src/Platform/BestScore.h @@ -11,7 +11,7 @@ namespace platform { { static map, pair> 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"); diff --git a/src/Platform/Results.cc b/src/Platform/Results.cc index b551b98..dfa3c84 100644 --- a/src/Platform/Results.cc +++ b/src/Platform/Results.cc @@ -1,6 +1,5 @@ #include "Results.h" #include -#include namespace platform { Results::Results(const string& path, const string& model, const string& score, bool complete, bool partial) :