You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to raise a PR that implements the ECE metric in this file.
More specifically, the function proposed will take a list of softmax outputs, the y_true labels, and the number of bins. It will then calculate ECE as follows:
Just for reference, one of the pending bits of work from our end is to port into this repo some logic from Lightwood. In particular, we have an ECE implementation here (along with MCE and two other scores). I would recommend that you use it as reference for your contribution.
I would like to raise a PR that implements the ECE metric in this file.
More specifically, the function proposed will take a list of softmax outputs, the
y_true
labels, and the number of bins. It will then calculateECE
as follows:If this sounds like a good idea, please assign me to the same.
Thanks,
Vijay
The text was updated successfully, but these errors were encountered: