Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 301 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 301 Bytes

Credit-Card-Approvals

Built an automatic credit card approval predictor using a Logistic Regression model. Obtained Confusion Matrix and classification accuracy of 85% using Grid Search of model parameters. Crucial preprocessing steps included Scaling, Label encoding, and Missing value imputation.