mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-18 00:45:54 +00:00
Add --dataset to main.py
This commit is contained in:
@@ -622,7 +622,7 @@ class Benchmark:
|
||||
column += 2
|
||||
row += 1
|
||||
column = 1
|
||||
for _ in range(len(self._results)):
|
||||
for _ in range(len(self._models)):
|
||||
sheet.write(row, column, "Score", merge_format)
|
||||
sheet.write(row, column + 1, "Stdev", merge_format)
|
||||
column += 2
|
||||
|
Reference in New Issue
Block a user