markus93/NN_calibration

NLL in Temperature scaling

dsvrsec opened this issue · 1 comments

In temperature scaling code,negative log likelihood is considered not considered as loss function where as only Log likelihood is considered.Is there any reason or is it an error

Hey!

Actually, it is the same thing, the log loss is implemented as negative log-likelihood of a logistic model. More information in documentation of sklearn in here.