Editorial illustration for Model 5 tops penalized PR-AUC, recall and F1-score in scoring model training
Model 5 tops penalized PR-AUC, recall and F1-score in...
When you train a credit scoring model, you need a tool that ranks risk across a portfolio, not just flags defaults at a single point. Model 5 posted the best numbers for penalized PR-AUC, recall, and F1-score. But Model 4 scored highest on the penalized Gini index, reaching 56.01%. That metric matters most for ranking, and Model 4’s single added variable, *cb_person_default_on_file*, gave it an edge over Model 3.
A scoring model is not just an algorithm that runs successfully. It is not simply the model with the highest performance on the training sample.
You pick a model for the job. Use Model 5 to detect defaults at a set classification threshold. For a model that must sort an entire portfolio by risk—the core task of scoring—the penalized Gini index is the decisive metric. Model 4 leads there with its 56.01% result, and its use of the *cb_person_default_on_file* variable provides a measurable lift.
Common Questions Answered
Why did Model 4 outperform Model 5 for credit scoring portfolio ranking?
Model 4 achieved the highest penalized Gini index score of 56.01%, which is the most important metric for ranking risk across an entire portfolio. The addition of the *cb_person_default_on_file* variable in Model 4 provided a measurable lift that gave it an edge over Model 3 and made it superior for the core task of sorting portfolios by risk.
What metrics did Model 5 perform best on compared to other models?
Model 5 posted the best numbers for penalized PR-AUC, recall, and F1-score during scoring model training. These metrics make Model 5 particularly effective for detecting defaults at a specific classification threshold rather than ranking an entire portfolio.
What is the difference between using Model 5 and Model 4 for credit scoring?
Model 5 should be used when you need to detect defaults at a set classification threshold with strong PR-AUC, recall, and F1-score performance. Model 4 should be selected when your primary goal is to sort an entire portfolio by risk, as its penalized Gini index of 56.01% makes it the superior choice for ranking risk across a credit portfolio.
How did the *cb_person_default_on_file* variable impact Model 4's performance?
The *cb_person_default_on_file* variable was the single added feature in Model 4 that provided a measurable lift in performance. This variable contributed significantly to Model 4's achievement of the highest penalized Gini index score of 56.01%, making it the best model for portfolio risk ranking.
Further Reading
- Papers with Code Benchmarks — Papers with Code
- Chatbot Arena Leaderboard — LMSYS