Add Control model rank info to report

This commit is contained in:
2023-10-04 12:42:35 +02:00
parent 93e4ff94db
commit c4ae3fe429
5 changed files with 46 additions and 11 deletions

View File

@@ -290,6 +290,7 @@ namespace platform {
if (excel) {
BestResultsExcel excel(score, models, datasets, table, friedman, significance);
excel.build();
cout << Colors::YELLOW() << "** Excel file generated: " << excel.getFileName() << Colors::RESET() << endl;
}
}
}