I am not ale to understand the concept of calibration of a ML model. Read an article on this and it mentions about adjusting the output probabilities of a model to be closer to actual empirical probabilities. https://medium.com/analytics-vidhya/calibration-in-machine-learning-e7972ac93555
But is it not like, you can create a bad model and then use calibration to make it good? Also, does calibration apply to regression model as we are already using MSE/log loss to predict the probabilities?
I am so confused, can you please provide some insight?
Medium
In this blog we will learn what is calibration and why and when we should use it.