this project contains the final project of my training on Data Science through Internshala.
Project Statement - In this prjoect I have to classify whether a customer will subscribe to a term deposit in bank or not. We are given test and train data.
For this I have used Logistion Regression and Decision Tree Classifier Algorithms to train my machine learning model.
output - Logosistic Regression - 89.1% accuracy Decision tree Classifier - 90.4% accuracy When tested on test data - 90.88% accuracy