Skip to content

A Classification Problem which predicts if a loan will get approved or not.

Notifications You must be signed in to change notification settings

manasa123104/Loan-Prediction-Classification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Loan-Prediction-Classification

A Classification Problem which predicts if a loan will get approved or not.

Dataset- The data has 615 rows and 13 columns.

Dataset Description-

Variable

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

A Classification Problem which predicts if a loan will get approved or not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.3%
  • Python 2.7%