https://github.com/shridhar1504/churn-prediction-classification-datascience-project
This is a Machine Learning project that predicts whether a customer will stop using the product or service(Churn) based on their historical data provided by Bank
https://github.com/shridhar1504/churn-prediction-classification-datascience-project
classification-algorithm classification-models data-science machine-learning supervised-learning
Last synced: about 2 months ago
JSON representation
This is a Machine Learning project that predicts whether a customer will stop using the product or service(Churn) based on their historical data provided by Bank
- Host: GitHub
- URL: https://github.com/shridhar1504/churn-prediction-classification-datascience-project
- Owner: shridhar1504
- Created: 2023-06-23T14:09:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T07:24:38.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T06:29:04.676Z (4 months ago)
- Topics: classification-algorithm, classification-models, data-science, machine-learning, supervised-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Churn-Classification-Datascience-Project
This is a Machine Learning project that predicts whether a customer will stop using the product or service(churn) based on their historical data provided by the Bank.
## Problem Statement:
Here the prediction is about Whether the customer will continue using the product or service or stops using it. This project aims to predict the churn based on various factors such as Credit Score, Geographical Location, Gender, Age, Tenure of the product usage, Balance pending,Number of products, Has Credit card or Not, Active Member or not and Estimated Salary given.
## Solution Approach:
The project uses a machine learning model which gives the highest accuracy rate to predict the churn of the customer. The model is trained using the dataset provided by the bank and it uses the features in the dataset to predict the Churn with highest accurate rate.
## Observations:
The project found that the following factors are most important in predicting the Stoppage of usage(Churn)
* Credit Score
* Geographical Location
* Gender
* Age
* Tenure of the usage
* Balance pending
* Number of products
* Credit Card Availability
* Activity of usage
* Estimated salary
## Insights:
The project provides insights into the factors that influence the exiting of the customer(churn). This information can be used by bank to predict whether the customer continue with their services and products or not. This can be used to the advantage of the bank and help their business hit high.
## Findings:
The project found that the machine learning model was able to predict the churn of the customer with high degree of accuracy. The model was able to predict the churn of the customer with more than 95% accuracy rate. The project also found that the model was able to generalize well to new data. The model was able to predict the churn of the customer with the appropriate input data.
## Conclusion :
Achieved in developing a predictive model to predict that whether the customer will stop using the product or continue using it with accuracy of 95.92% (Extra Trees Classifier)