You are given a dataset of loan applicants. Each row represents one loan application and contains applicant attributes, loan attributes, and a binary outcome label indicating whether the loan was good or bad. A good loan means the borrower repaid according to the business definition; a bad loan means the borrower defaulted, became seriously delinquent, or otherwise failed the repayment criteria.
Design and present a classification model for predicting loan risk. Your presentation should cover:
-
How you would define the modeling objective and target.
-
How you would explore and prepare the data.
-
Which models you would try and why.
-
Which evaluation metrics you would use.
-
How you would choose an approval threshold.
-
How you would address fairness, bias, and regulatory concerns.
-
How you would explain, validate, and monitor the model after deployment.