Submitted by arcxtriy t3_zy5ddz in MachineLearning
Hello everyone,
I have spent some time trying to figure out how to calibrate my multi-class prediction model, which predicts K values between 0 and 1 for K classes (which haven't been softmaxed).
As far as I understand, I can train a model and calibrate it post-training, i.e. training and calibration are completely independent. Is that right? If yes, I'm wondering what is the current SOTA to calibrate my model? It seems like there is up-to-date resource and I am too new to the field to find the "best" method.
Thanks in advance!
Zealousideal_Low1287 t1_j240c9r wrote
I would just try isotonic regression or platt scaling.