mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
Merge pull request #406 from Khushi260/master
Added Loan Prediction Model
This commit is contained in:
commit
0bc3dfcf00
1291
scripts/Loan Prediction Model/Loan Prediction Model .ipynb
Normal file
1291
scripts/Loan Prediction Model/Loan Prediction Model .ipynb
Normal file
File diff suppressed because one or more lines are too long
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