Your question is Select Loan Default Model Under Constraints. Take a moment with it on the right.
Talk me through your thinking if you like. When you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes).
NorthStar Bank wants a model to predict whether a personal loan applicant will default within 12 months. The risk team needs a solution that balances predictive performance with strict interpretability and low-latency batch scoring for daily underwriting.
| Feature Group | Count | Examples |
|---|---|---|
| Applicant demographics | 6 | age, region, employment_status |
| Financial profile | 10 | annual_income, debt_to_income, existing_loans, credit_utilization |
| Credit history | 8 | delinquency_count_12m, credit_age_months, inquiries_6m |
| Loan application | 5 | loan_amount, term_months, interest_rate, purpose |
| Behavioral / derived | 7 | income_to_loan_ratio, revolving_balance_trend, recent_missed_payment_flag |
A good solution should achieve strong ranking performance while remaining explainable enough for compliance review. Target at least AUC-ROC >= 0.82, F1 >= 0.58, and recall >= 0.70 at an operational threshold chosen with business costs in mind.