From 908f3c6068aa5b701b8649c65bbfdac9cdc0aa08 Mon Sep 17 00:00:00 2001 From: Khushi Jha <94845508+Khushi260@users.noreply.github.com> Date: Thu, 13 Oct 2022 21:29:31 +0530 Subject: [PATCH] Create Readme.md --- scripts/Loan Prediction Model/Readme.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 scripts/Loan Prediction Model/Readme.md diff --git a/scripts/Loan Prediction Model/Readme.md b/scripts/Loan Prediction Model/Readme.md new file mode 100644 index 0000000..eedbe79 --- /dev/null +++ b/scripts/Loan Prediction Model/Readme.md @@ -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)