/Predicting-Credit-Card-Approvals

I have built an automatic credit card approval predictor using machine learning techniques, just like the real banks do. This is a guided project under one of the courses that I took online.

Primary LanguageJupyter Notebook

Predicting-Credit-Card-Approvals

Commercial banks receive a lot of applications for credit cards. Many of them get rejected for many reasons, like high loan balances, low income levels, or too many inquiries on an individual's credit report, for example. Manually analyzing these applications is mundane, error-prone, and time-consuming (and time is money!). Luckily, this task can be automated with the power of machine learning and pretty much every commercial bank does so nowadays. In this project, I built an automatic credit card approval predictor using machine learning techniques, just like the real banks do.

The dataset used in this project is the Credit Card Approval dataset from the UCI Machine Learning Repository.