Create and Analyze Credit Scorecards
Tools for credit scorecard modeling are available in Financial Toolbox.
For information on developing credit scorecards, see Create Credit Scorecards.
Objects
creditscorecard | Create creditscorecard object to build credit scorecard
model |
Functions
autobinning | Perform automatic binning of given predictors |
bininfo | Return predictor’s bin information |
predictorinfo | Summary of credit scorecard predictor properties |
fillmissing | Replace missing values for credit scorecard predictors (Since R2020a) |
modifybins | Modify predictor’s bins |
modifypredictor | Set properties of credit scorecard predictors |
bindata | Binned predictor variables |
plotbins | Plot histogram counts for predictor variables |
fitmodel | Fit logistic regression model to Weight of Evidence (WOE) data |
fitConstrainedModel | Fit logistic regression model to Weight of Evidence (WOE) data subject to constraints on model coefficients |
setmodel | Set model predictors and coefficients |
displaypoints | Return points per predictor per bin |
formatpoints | Format scorecard points and scaling |
score | Compute credit scores for given data |
probdefault | Likelihood of default for given data set |
validatemodel | Validate quality of credit scorecard model |
compact | Create compact credit scorecard |
Topics
- Case Study for Credit Scorecard Analysis
This example shows how to create a
creditscorecard
object, bin data, display, and plot binned data information. - Credit Scorecard Modeling with Missing Values
This example shows alternative workflows to handle missing values when working with
creditscorecard
objects. - Credit Scoring Using Logistic Regression and Decision Trees
Create and compare two credit scoring models, one based on logistic regression and the other based on decision trees.
- Credit Rating by Ordinal Multinomial Regression
This example shows how to use ordinal multinomial logistic regression to build a credit rating model that you can use in an automated credit rating process.
- Use Reject Inference Techniques with Credit Scorecards
This example demonstrates the hard-cutoff and fuzzy augmentation approaches to reject inference.
- Compare Probability of Default Using Through-the-Cycle and Point-in-Time Models
This example shows how to work with consumer credit panel data to create through-the-cycle (TTC) and point-in-time (PIT) models and compare their respective probabilities of default (PD).
- Compare Deep Learning Networks for Credit Default Prediction (Deep Learning Toolbox)
Create, train, and compare three deep learning networks for predicting credit default probability.
- Interpret and Stress-Test Deep Learning Networks for Probability of Default
Train a credit risk for probability of default (PD) prediction using a deep neural network.
- Explore Fairness Metrics for Credit Scoring Model
Calculate and use data and model metrics to investigate the biases that exist in a model.
- Bias Mitigation in Credit Scoring by Reweighting
Use bias mitigation with a credit scorecard model to make it more fair.
- Interpretability and Explainability for Credit Scoring
This example shows different techniques for interpreting and explaining the logic behind credit scoring predictions.