Add significance level as parameter in best

This commit is contained in:
2023-10-02 15:46:40 +02:00
parent 57c27f739c
commit 93e4ff94db
3 changed files with 19 additions and 3 deletions

View File

@@ -271,7 +271,6 @@ namespace platform {
}
void BestResults::reportAll(bool excel)
{
double significance = 0.05;
auto models = getModels();
// Build the table of results
json table = buildTableResults(models);