python-scripts/scripts/Loan Prediction Model/Readme.md
2022-10-13 21:29:31 +05:30

23 lines
839 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Loan Prediction Model
The goal of this project is that from the data collected on the loans 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 applicants property
Loan Status, Yes or No ( The independent variable represents the class)