LendWise, a digital consumer lending platform processing ~250K loan applications per month, wants a default-risk model to support instant underwriting decisions. You need to design a solution using XGBoost or LightGBM that predicts whether a newly issued loan will become 90+ days delinquent within 12 months.
| Feature Group | Count | Examples |
|---|---|---|
| Applicant profile | 10 | age, employment_length, annual_income, housing_status |
| Credit bureau | 14 | fico_score, revolving_utilization, open_accounts, prior_delinquencies |
| Loan attributes | 8 | loan_amount, term_months, interest_rate, purpose |
| Behavioral / banking | 9 | avg_monthly_balance, paycheck_volatility, overdraft_count |
| Application metadata | 6 | channel, device_type, state, submission_hour |
A good solution should achieve ROC-AUC >= 0.84, PR-AUC >= 0.42, and improve approval-quality decisions over the current scorecard baseline while keeping false approvals within policy limits. The model should also provide feature-level explanations for adverse action review.