The goal was to build a predictive model that accurately identifies which liability customers are most likely to accept a personal loan offer. I approached this through supervised classification using two key models: Logistic Regression and Decision Tree.


🧹 Data Preparation


📦 Model 1: Logistic Regression

Why this model?

Results:

🔍 Interpretation: The odds of accepting a loan increase significantly with higher income, credit card usage, and CD account ownership.


🌳 Model 2: Decision Tree Classifier