Add --dataset to main.py

This commit is contained in:
2022-03-03 17:34:21 +01:00
parent dabbbe3fd8
commit 4838e3ef8b
3 changed files with 27 additions and 9 deletions

View File

@@ -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