kanscalibratie
Kanscalibratie, often translated as probability calibration, is a technique used in machine learning and statistics to ensure that the predicted probabilities from a model accurately reflect the true likelihood of an event. In many classification models, particularly those based on decision trees or neural networks, the raw output probabilities can be overly confident or under-confident. For example, a model might predict a class with 95% probability, but in reality, instances classified with this confidence only occur about 80% of the time. This discrepancy can be problematic when the probabilities themselves are used for decision-making, risk assessment, or are fed into downstream systems that rely on accurate probability estimates.
The goal of kanscalibratie is to adjust these raw probabilities so that they are better aligned with