Skip to content

Commit 93eae2f

Browse files
committed
Add metrics to list for proper report generation
1 parent ee8c74b commit 93eae2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sklbench/report/implementation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
METRICS = {
3333
"lower is better": [
3434
"time[ms]",
35+
"first iter[ms]",
36+
"box filter mean[ms]",
37+
"box filter std[ms]",
3538
"iterations",
3639
# classification
3740
"logloss",

0 commit comments

Comments
 (0)