Skip to content

The project aims to predict the possibility of whether the will customer will take a loan or not on the basis to a bank dataset obtained from UCI ML library

Notifications You must be signed in to change notification settings

gitvivekgupta/Bank-Data-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank-Data-Analysis

Assumptions:

-> Binary logistic regression requires the dependent variable to be binary.
-> For a binary regression, the factor level 1 of the dependent variable should represent the desired outcome.
-> Only the meaningful variables should be included.
-> The independent variables should be independent of each other. That is, the model should have little or no multicollinearity.
-> The independent variables are linearly related to the log odds.
-> Logistic regression requires quite large sample sizes.

Objective:

The classification goal is to predict if the client will subscribe (yes/no) a term deposit (variable y).

Our prediction will be based on the customer’s

1> job

alt text

2> marital status

alt text

3> whether he/she has credit in default

alt text

4> whether he/she has a housing loan

alt text

5> whether he/she has a personal loan

alt text

6> outcome of the previous marketing campaigns.

alt text

Output:

alt text

About

The project aims to predict the possibility of whether the will customer will take a loan or not on the basis to a bank dataset obtained from UCI ML library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages