Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/zby-zy/loan-prediction

backend-development csv-files flask flask-application framework heroku heroku-app heroku-deployment herokuapp loan-prediction machine-learning prediction python python-framework python-framework-flask web-application webapp webapplication

Last synced: 19 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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