GuptaRitik / Marketing-Effectiveness-Prediction

This is a Effectiveness Prediction Machine Learning project based on Classification problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bank Marketing Effectiveness Prediction

This project aims to help a bank increase its term deposits by using data from direct marketing campaigns (phone calls) to predict customer response and target the most likely customers. This will enable the bank to optimize its marketing strategy, reduce costs and improve customer satisfaction. The project will use machine learning techniques to analyze customer features, such as demographics and transaction history, and identify patterns and trends that indicate customer saving behaviors. The project will also evaluate the effectiveness of different marketing channels and messages and provide recommendations for future campaigns. The project will deliver a predictive model, a customer segmentation and a marketing plan.

💾 Project Files Description

This Project contain 5 Files:

  • NoteBook - Includes all the colab notebooks available for the project.
  • Presentation - Has Presentation of the whole project in file.
  • Technical Document - Included a word file for technical details of the whole project.
  • Requirements - All the required libraries for the project with their version.
  • Data - Dataset CSV file link from the google drive.

📖 Extreme Gradient Boost

Extreme Gradient Boost (XGBoost) is a powerful and efficient framework for implementing gradient boosting algorithms. It builds an ensemble of weak learners, typically decision trees, that are sequentially fitted to the residuals of the previous learners. XGBoost uses a novel tree learning algorithm that handles sparsity, missing values, and regularization. It also supports parallel and distributed computing, as well as various objective functions and evaluation metrics.

About

This is a Effectiveness Prediction Machine Learning project based on Classification problem


Languages

Language:Jupyter Notebook 100.0%