ip200 / venn-abers

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

Can I use this with other models such as Catboost? #17

Closed Surayuth closed 4 months ago

Surayuth commented 4 months ago

Is it possible to just calibrate on the output of the model using scores and labels from the calibration set?

Edit: Oh, I can just use the class VennAbers directly.