score_credit_application
Score a retail loan application on a WoE logistic PD scorecard to obtain 12-month probability of default, scorecard points, and a letter rating. Demo model trained on synthetic data.
Instructions
Score a retail loan application on a WoE logistic PD scorecard: 12-month probability of default, scorecard points (higher = safer) and a letter rating. Demo model trained on a synthetic book — methodology is production-style, the score is not a production score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | Yes | ||
| dti | Yes | ||
| purpose | No | debt_consolidation | |
| loan_term | Yes | ||
| loan_amount | Yes | ||
| annual_income | Yes | ||
| interest_rate | Yes | ||
| home_ownership | No | RENT | |
| employment_length | Yes | ||
| num_open_accounts | Yes | ||
| credit_history_length | Yes | ||
| num_delinquencies_2yr | Yes | ||
| revolving_utilization | Yes |