Bank Marketing Analysis

Predict whether a customer would subscribe to a term deposit.

Built a Machine learning model which can be used to predict if a customer would subscribe to a term deposit

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

Classification models used for prediction were Logistic Regression, Random Forest Classifier and Neural Network usng Keras.

View Code