imnikhilanand / Can-I-Pay-Back-My-Loan

The objective of this project is to use historical loan application data to predict whether or not an applicant will be able to repay a loan.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can-I-Pay-Back-My-Loan

The objective of this project is to use historical loan application data to predict whether or not an applicant will be able to repay a loan.

Exploratory Data Analysis

  • The distribution of data in the training set is imbalanced.

  • Lets understand the number of empty cells in the dataframe i.e. the missing data.

  • The different types of features in the dataframe
Feature TypeNumber of featues
float6465
int6441
object16
  • We need to handle the 16 categorical variables in the dataset. Lets check the number of uniques values in each of these 16 categorical featues.
FeaturesDistinct Values
NAME_CONTRACT_TYPE2
CODE_GENDER3
FLAG_OWN_CAR2
FLAG_OWN_REALTY2
NAME_TYPE_SUITE7
NAME_INCOME_TYPE8
NAME_EDUCATION_TYPE5
NAME_FAMILY_STATUS6
NAME_HOUSING_TYPE6
OCCUPATION_TYPE18
WEEKDAY_APPR_PROCESS_START7
ORGANIZATION_TYPE58
FONDKAPREMONT_MODE4
HOUSETYPE_MODE3
WALLSMATERIAL_MODE7
EMERGENCYSTATE_MODE2

About

The objective of this project is to use historical loan application data to predict whether or not an applicant will be able to repay a loan.


Languages

Language:Python 100.0%