Skip to content

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.

Notifications You must be signed in to change notification settings

zby-zy/loan-prediction

Repository files navigation

Loan Prediction

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

App

Language

  • Python

Framework

  • Flask

How to install Flask

pip install flask

How to run app

pyton app.py

Link

https://loan-prediction9.herokuapp.com