tarekyehya / Predicting-Credit-Card-Approvals

• Automate the approval process and deploy the model. • sklearn, streamlit, docker • Implementing the model, Implementing a production-ready code, Docker, and test the model in the localhost.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!).

business needs: : automated this task with the power of machine learning. In this notebook, we will build an automatic credit card approval predictor using machine learning techniques, just like the real banks do.

deployment : python file ready to production with piplines, streamlit for a web application work in my localhost, then docker to make a container for our environment, then host our container in azure. now : we in the docker step.

About

• Automate the approval process and deploy the model. • sklearn, streamlit, docker • Implementing the model, Implementing a production-ready code, Docker, and test the model in the localhost.


Languages

Language:Jupyter Notebook 94.5%Language:Python 5.3%Language:Dockerfile 0.2%