Skip to content

churn prediction using machine learning classification models

Notifications You must be signed in to change notification settings

LeventSoykan/Churn_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Churn Prediction

This is a practice on Kaggle Telco Customer Churn dataset (https://www.kaggle.com/blastchar/telco-customer-churn).
The objective is to predict whether a customer will churn using the variable.
The target class is imbalanced, therefore I Used f1_score & recall rate for model tuning and evaluation.
I started with a simple EDA on numeric/categorical variables and applied 6 different machine learning models.