EFS-OpenSource / calibration-framework

The net:cal calibration framework is a Python 3 library for measuring and mitigating miscalibration of uncertainty estimates, e.g., by a neural network.
https://efs-opensource.github.io/calibration-framework/
Apache License 2.0
344 stars 42 forks source link

Bugfix for #38: Wrong multi-class identification #39

Closed fabiankueppers closed 1 year ago

fabiankueppers commented 1 year ago

Fixes #38: now confidence input of shape (n, 2) to classification metric methods is properly identified as a binary classification task.