Explore the Dataset
Learn about customer churn by exploring a sample dataset.
In this lesson, we’ll explore the dataset used to predict customer churn. We will use a semiprocessed Telcom dataset (telco_customer_churn.csv
) that comprises 7043 customer subscription details. The dataset has 20 features (both numerical and categorical), and the target label for us is the Churn
column. It indicates whether a customer terminates the contract with the Telco company in the following month. Let’s get familiar with the dataset.
Get hands-on with 1200+ tech skills courses.