ip200 / venn-abers

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

example code minor error fix: #13

Closed cmyguel closed 12 months ago

cmyguel commented 12 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 12 months ago

thank you cmyguel!