Data Description

Go to Top

The data is taken from kaggle competition Telco Customer Churn. The main aim of the project is to predict whether a customer will leave (churn) the company or not based on given attributes. This is a binary classification problem and one of the most important usage of machine learning in business world.

Content

Each row represents a customer, each column contains customer’s attributes described on the column Metadata.

The data set includes information about:

References

Load the libraries

Go to Top

Useful Scripts

Go to Top

Load the Data

Go to Top

Exploratory Data Analysis (EDA)

Go to Top

Delete Unwanted Features

Go to Top

Change Column names

Go to Top

We have all the column names as CamelCase except gender and tenure, change them to CamelCase.

Unique Value Counts

Go to Top

Data Types

Go to Top

Target Distribution

Go to Top

Categorical Features

Go to Top

Customer Background

Go to Top

Commercial Features

Go to Top

Service Features

Go to Top