PiTPDHistogram
Assesses credit risk prediction accuracy of a model by comparing actual and predicted defaults at a chosen point in time.
Purpose: The PiTPDHistogram metric uses Probability of Default (PD) calculations for individual instances within both training and test data sets in order to assess a model’s proficiency in predicting credit risk. A distinctive point in time (PiT) is chosen for these PD calculations, and the results for both actual and predicted defaults are presented in histogram form. This visualization is aimed at simplifying the understanding of model prediction accuracy.
Test Mechanism: Instances are categorized into two groups - those for actual defaults and those for predicted defaults, with ‘1’ indicating a default and ‘0’ indicating non-default. PD is calculated for each instance, and based on these calculations, two histograms are created, one for actual defaults and one for predicted defaults. If the predicted default frequency matches that of the actual defaults, the model’s performance is deemed effective.
Signs of High Risk: - Discrepancies between the actual and predicted default histograms may suggest model inefficiency. - Variations in histogram shapes or divergences in default probability distributions could be concerning. - Significant mismatches in peak default probabilities could also be red flags.
Strengths: - Provides a visual comparison between actual and predicted defaults, aiding in the understanding of model performance. - Helps reveal model bias and areas where the model’s performance could be improved. - Easier to understand than purely numerical evaluations or other complicated visualization measures.
Limitations: - The metric remains largely interpretive and subjective, as the extent and relevance of visual discrepancies often need to be evaluated manually, leading to potentially inconsistent results across different analyses. - This metric alone may not capture all the complexities and nuances of model performance. - The information provided is limited to a specific point in time, potentially neglecting the model’s performance under various circumstances or different time periods.