Skip to content

Use of machine learning to predict whether a customer would subscribe to a term deposit.

Notifications You must be signed in to change notification settings

jinudaniel/bank-marketing-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

bank-marketing-analysis

The data set used here is from UCI machine learning repository. It is derived from the direct marketing campaigns of a Portuguese banking institution.

Built 4 classification model in Python:

  • Logistic Regression
  • Support Vector Machine
  • Random Forest Classifier
  • Neural Network using Keras