ECE binning uses one extra bin? #2214
Unanswered
don-tpanic
asked this question in
Classification
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Looking at the source code - https://github.com/Lightning-AI/torchmetrics/blob/v1.1.0/src/torchmetrics/functional/classification/calibration_error.py#L29
I was wondering shouldn't variables such as
acc_bin
,conf_bin
andcount_bin
be 1-less thanbin_boundaries
?Beta Was this translation helpful? Give feedback.
All reactions