ip200 / venn-abers

Python implementation of binary and multi-class Venn-ABERS calibration
MIT License
114 stars 11 forks source link

example code minor error fix: #13

Closed cmyguel closed 9 months ago

cmyguel commented 9 months ago

Fix accuracy computation in example notebook. Convert inputs to numpy array for va/va_cv.predict. Previous code predicts the same class for all examples.

ip200 commented 9 months ago

thank you cmyguel!