ErSangram / -Machine-learning-Loan-Eligibility-Prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loan Eligibility Prediction With Machine learning.

Our aim for the project is to make use of pandas, matplotlib, & seaborn libraries from Python to extract insights from the data and xgboost, & scikit-learn libraries for machine learning.

To automate the loan eligibility process (real time) based on customer detail provided while filling the online application form. These details are Gender, Marital Status, Education, Number of Dependents, Income, Loan Amount, Credit History and others. To automate this process, they have given a problem identifying the customers segments, those are eligible for loan amount so that they can specifically target these customers. Here they have provided a partial data set.

Data set Description:

Loan_ID :Unique Loan ID Gender :Male/ Female Married :Applicant married (Y/N) Dependents :Number of dependents Education :Applicant Education (Graduate/ Under Graduate) Self_Employed :Self employed (Y/N) ApplicantIncome : Applicant income CoapplicantIncome :Coapplicant income LoanAmount :Loan amount in thousands

Loan_Amount_Term :Term of loan in months

Credit_History :credit history meets guidelines

Property_Area :Urban/ Semi Urban/ Rural

Loan_Status :Loan approved (Y/N)

About


Languages

Language:Jupyter Notebook 100.0%