zby-zy / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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



About

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.


Languages

Language:Jupyter Notebook 95.2%Language:HTML 3.6%Language:Python 1.1%Language:Procfile 0.0%