Skip to content

We need to solve the Loan Approval Prediction. This is a Classification problem in which we need to classify whether the Loan will be approved or not.

Notifications You must be signed in to change notification settings

vikasvachheta08/Loan_Status_Prediction_Case_Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loan Status Prediction

Alt text

In this Notebook , We are going to solve the Loan Approval Prediction.This is a Classification problem in which we need to classify whether the loan will be approved or not.

Table of Contents :-

  • Introduction
  • Business problem
  • Importing Modules
  • Dataset Analysis
  • Handling Missing Values - Categorical & Numerical
  • Outliers Detection & Handling
  • Analysis Categorical Data with Target
  • Data Preparation
  • Handling Imbalance Data
  • Creating Multiple Model & Choose The Ideal One
  • Model Building

Problem Statement :-

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.

The major aim of this notebook is to predict which of the customers will have their loan approved.

Features of our data :-

  • LoanID = Unique Loan ID
  • Gender = Male/ Female
  • Married = Applicant married (Y/N)
  • Dependents = Number of dependents
  • Education = Applicant Education (Graduate/ Under Graduate)
  • SelfEmployed = Self-employed (Y/N)
  • ApplicantIncome = Applicant income
  • CoapplicantIncome = Coapplicant income
  • LoanAmount = Loan amount in thousands
  • LoanAmountTerm = Term of the loan in months
  • CreditHistory = Credit history
  • PropertyArea= Urban/ Semi-Urban/ Rural
  • LoanStatus = (Target) Loan approved (Y/N)

Skills :-

  • Python
  • Pandas, NumPy, Matplotlib, Seaborn
  • Model : KNeighborsClassifier, SVC, DecisionTreeClassifier, LogisticRegression, GaussianNB, RandomForestClassifier
  • Best Model Selection : LogisticRegression
  • [ Logistic regression can be used for our model as its giving effective training testing accuracy ]

Contact :-

Linkedln : https://www.linkedin.com/in/vikas-vachheta/
Email : vikasvachheta.ds@gmail.com

About

We need to solve the Loan Approval Prediction. This is a Classification problem in which we need to classify whether the Loan will be approved or not.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published