mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
Create Readme.md
This commit is contained in:
parent
42b45a9718
commit
908f3c6068
22
scripts/Loan Prediction Model/Readme.md
Normal file
22
scripts/Loan Prediction Model/Readme.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
## 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:
|
||||
|
||||
1. Loan ID, the identifier code of each applicant.
|
||||
2. Gender, Male or Female for each applicant.
|
||||
3. Married, the maritage state.
|
||||
4. Dependents, how many dependents does the applicant have?
|
||||
5. Education, the level of education, graduate or non graduate
|
||||
6. Self Employed, Yes or No in the case
|
||||
7. Applicant Income
|
||||
8. Coapplicant Income
|
||||
9. Loan Amount
|
||||
10. Loan Amount Term
|
||||
11. Credit History, just Yes or No in the case
|
||||
12. Property Area, urban, semiurban or rural area of the applicant’s property
|
||||
|
||||
Loan Status, Yes or No ( The independent variable represents the class)
|
Loading…
Reference in New Issue
Block a user