/bank-marketing-analysis

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

Primary LanguageJupyter Notebook

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