mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
.. | ||
Loan Prediction Model .ipynb | ||
Readme.md |
Loan Prediction Model
The goal of this project is that from the data collected on the loan’s applicants, preprocess the data and predict based on the information who will be able to receive the loan or not.
In the Dataset we find the following features:
- Loan ID, the identifier code of each applicant.
- Gender, Male or Female for each applicant.
- Married, the maritage state.
- Dependents, how many dependents does the applicant have?
- Education, the level of education, graduate or non graduate
- Self Employed, Yes or No in the case
- Applicant Income
- Coapplicant Income
- Loan Amount
- Loan Amount Term
- Credit History, just Yes or No in the case
- Property Area, urban, semiurban or rural area of the applicant’s property
Loan Status, Yes or No ( The independent variable represents the class)