-
Analyzed the prior marketing campaigns of a Portuguese Bank using various ML techniques like Logistic Regression, Random Forests,Decision Trees, Gradient Boosting and AdaBoost and predicted if the user will buy the Bank’s term deposit or not
-
Recommended, the marketing team, ways to better target customers using feature importance maps and business intuition
-
For More Information regarding dataset used, refer https://archive.ics.uci.edu/ml/datasets/Bank+Marketing
- All the data(raw data as well as pre-processed data) is present in "Data" folder.
- Make sure to run the notebook in python 3 environment. Make sure all the dependencies used in the notebook are installed in the local machine.
- The codes used for pre-processing the data is available in "Data Preparation" folder.
- The code used for Feature reduction using PCA is present in "PCA" folder.
- Finally the codes used for classification using different classification models is present in "Classifiers" folder.
- Notebook is commented adequately to give the rational, inferences of the executed code.