Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 716 Bytes

File metadata and controls

22 lines (15 loc) · 716 Bytes

Predict Customer Churn - Classification Models in Python

Source of dataset

Kaggle https://www.kaggle.com/becksddf/churn-in-telecoms-dataset

Project Goal

Predict will a customer churn

Introduction

Customer churn is when an existing customer stops doing business or ends the relationships with a company. This cellular usage dataset consists of records of actual cell phone customers and features to a customer's cell services such as voice mail, international calling, cost for the service, usage information, and whether customers cancelled their services or not.

Prerequisites

Python (using version 3.7.1) Jupyter Notebook

Authors

Lee Ping Tay

Acknowledgments

Andrew Long