+1 vote
in Machine Learning by
What are the two methods used for the calibration in Supervised Learning?

1 Answer

0 votes
by

The two methods used for predicting good probabilities in Supervised Learning are

  1. Platt Calibration
  2. Isotonic Regression

These methods are designed for binary classification, and it is not trivial.

...