Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 434 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 434 Bytes

loan-status-prediction-analysis

A Python notebook analyzing the various different attributes of individuals' loans with data visualization (using Matplotlib and Seaborn). This project also utilizes various different methods of prediction (including Ridge Classification and Logistic Regression) to predict the loan statuses of individuals tracked in our dataset. Accuracy scores for our prediction results range from 0.88 to 0.90.