This project develops a Machine Learning-based Decision Support System (DSS) for preliminary screening of Home Equity Line of Credit (HELOC) applications.
The system predicts whether an applicant is likely to be low-risk (Good) or high-risk (Bad) and provides interpretable explanations for decisions.
- Model Type: Logistic Regression
- Accuracy: 71.85%
- ROC-AUC: 0.79
- Features Used:
- ExternalRiskEstimate
- NumInqLast6M
- NetFractionRevolvingBurden
- NumSatisfactoryTrades
- AverageMInFile
The application is deployed using Streamlit Community Cloud.
- User enters applicant credit information.
- The model predicts approval probability.
- If risk is high, the system provides:
- Main risk reasons
- Suggested improvement steps
- app.py → Streamlit web application
- heloc_model.pkl → Trained Logistic Regression model
- requirements.txt → Required Python packages
This tool is for educational and preliminary screening purposes only. Final lending decisions should involve professional credit evaluation.