Skip to content

Commit

Permalink
Add loss to output metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema committed Oct 31, 2024
1 parent da331ad commit 5dc96f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions asreviewcontrib/insights/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,11 @@ def get_metrics(
"title": "Work Saved over Sampling",
"value": [(i, v) for i, v in zip(wss, wss_values)],
},
{
"id": "loss",
"title": "Loss",
"value": _loss_value(labels),
},
{
"id": "erf",
"title": "Extra Relevant record Found",
Expand Down

0 comments on commit 5dc96f9

Please sign in to comment.