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

@@ -14,6 +14,7 @@ namespace platform {
BestResultsExcel(string score, vector<string> models, vector<string> datasets, json table, bool friedman, double significance);
~BestResultsExcel();
void build();
string getFileName();
private:
void header();
void body();