Skip to content

easternRainy/Bank-Churner-Classify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Bank Churner Classifier

Open In Collab

This is Sicheng Zhou's final project of USFCA MSDS 699 Machine Learning Lab taught by professor Brian Spiering.

Overview

I use Credit Card customers dataset to build a classifier model to identify which customers are probably going to churn. This kind of classifier is significant to the business owner because if possible churners are identified, the business owner could make plans to prevent them from churning, thus reducing the loss of customers.

Among the models I tried, Random Forest Classifier, AdaBoost Classifier, and Support Vector Machines works well. Among them, Random Forest Classifier works best, with max_depth=50, max_features=15, and n_estimators=140.

Results

  • recall: 0.904
  • precision: 0.83
  • f1_score: 0.86
  • balanced accuracy score: 0.93

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published