Skip to content

Commit 908f3c6

Browse files
authored
Create Readme.md
1 parent 42b45a9 commit 908f3c6

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Loan Prediction Model
2+
3+
4+
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.
5+
6+
7+
### In the Dataset we find the following features:
8+
9+
1. Loan ID, the identifier code of each applicant.
10+
2. Gender, Male or Female for each applicant.
11+
3. Married, the maritage state.
12+
4. Dependents, how many dependents does the applicant have?
13+
5. Education, the level of education, graduate or non graduate
14+
6. Self Employed, Yes or No in the case
15+
7. Applicant Income
16+
8. Coapplicant Income
17+
9. Loan Amount
18+
10. Loan Amount Term
19+
11. Credit History, just Yes or No in the case
20+
12. Property Area, urban, semiurban or rural area of the applicant’s property
21+
22+
Loan Status, Yes or No ( The independent variable represents the class)

0 commit comments

Comments
 (0)