Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zby-zy/loan-prediction
- Owner: zby-zy
- Created: 2022-06-06T21:06:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T16:53:38.000Z (over 2 years ago)
- Last Synced: 2024-11-15T00:37:57.434Z (3 months ago)
- Topics: 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
- Language: Jupyter Notebook
- Homepage:
- Size: 352 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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