What are the two methods used for the calibration in Supervised Learning?
Answer Posted / Pramod Kumar
In supervised learning, calibration is the process of adjusting probabilistic outputs (e.g., predicted probabilities) to match the true outcomes more closely. There are two primary methods for calibration: 1) Platt's Scaled Binary Probability Estimator (for binary classifiers) and 2) Isotonic Regression (for multi-class classifiers).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers