It’s a classification problem, given information about the application we have to predict whether the they’ll be to pay the loan or not.
The data consists of the following rows:
Loan ID: Unique Loan ID Gender: Male/Female Married Status: Yes/No Dependents: Number of dependents Education: Applicant Education (Graduate/Not Graduate) Self Employed: Yes/No ApplicantIncome: Applicant Income Coapplicant Income: Coapplicant Income Loan Amount: Loan amount in thousands of dollars Loan Amount Term: Term of loan in months Credit History: credit history meets guidelines yes or no Property Area: Urban/Semi Urban/Rural Loan Status: Loan approved (Yes/No) this is the target variable
- Python
- Flask
pip install flask
pyton app.py
https://loan-prediction9.herokuapp.com