Skip to content

In this project, I use supervised learning models to identify customers who are likely to churn in the future. The objective of this project is to help banks identify customers who are at risk of leaving, so that they can take proactive measures to retain them. Furthermore, I analyze top factors that influence user retention.

Notifications You must be signed in to change notification settings

Z-Yuchen/Bank-Customer-Churn-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Bank-Customer-Churn-Prediction

In this project, I use supervised learning models to identify customers who are likely to churn in the future. The objective of this project is to help banks identify customers who are at risk of leaving, so that they can take proactive measures to retain them. Furthermore, I analyze top factors that influence user retention.

● Predicted customer churn probability based on labeled data to increase customer retention.
● Preprocessed datasets by data quality checking (completeness, consistency, outliers, etc.), data cleaning (removed missing, irrelevant, and duplicated data, etc.), feature selection(correlation matrix), and feature engineering (one-hot encoding for categorical features and standardization for numerical features).
● Trained multiple supervised ML models (Logistic Regression, KNN, Random Forest, and K-Nearest Neighbors )
● Evaluated the models using confusion matrix, accuracy, ROC_AUC, and F1 score of classification via k-fold
● Increased the customer retention rate by offering promotions to the customers who were predicted to churn.

About

In this project, I use supervised learning models to identify customers who are likely to churn in the future. The objective of this project is to help banks identify customers who are at risk of leaving, so that they can take proactive measures to retain them. Furthermore, I analyze top factors that influence user retention.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published