-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
verified_calibration/calibration/utils.py
Lines 525 to 526 in bdd60a7
| def get_accuracy(probs, labels): | |
| return sum(labels == predictions) * 1.0 / len(labels) |
The variable predictions is not defined and probs is not used.
Metadata
Metadata
Assignees
Labels
No labels