mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-17 16:35:54 +00:00
Fix header title in excel
This commit is contained in:
@@ -321,7 +321,7 @@ class Excel(BaseReport):
|
|||||||
("Score Std.", 12),
|
("Score Std.", 12),
|
||||||
("Time", 12),
|
("Time", 12),
|
||||||
("Time Std.", 12),
|
("Time Std.", 12),
|
||||||
("Parameters", 50),
|
("Hyperparameters", 50),
|
||||||
]
|
]
|
||||||
if self.compare:
|
if self.compare:
|
||||||
header_cols.insert(8, ("Stat", 3))
|
header_cols.insert(8, ("Stat", 3))
|
||||||
|
Reference in New Issue
Block a user