Skip to content

Commit

Permalink
2 d.p. for mean point loss in performance report
Browse files Browse the repository at this point in the history
  • Loading branch information
rooklift committed Feb 3, 2024
1 parent 2b9c9fe commit d41f978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katrain/gui/popups.py
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ def _refresh(self, _dt=0):
for i, (label, fmt, stat, scale, more_is_better) in enumerate(
[
("accuracy", "{:.1f}", "accuracy", 100, True),
("meanpointloss", "{:.1f}", "mean_ptloss", 5, False),
("meanpointloss", "{:.2f}", "mean_ptloss", 5, False),
("aitopmove", "{:.1%}", "ai_top_move", 1, True),
("aitop5", "{:.1%}", "ai_top5_move", 1, True),
]
Expand Down

0 comments on commit d41f978

Please sign in to comment.