Welcome to the course

Marketinganalyse: klantverloop voorspellen in Python

Mark Peterson

Director of Data Science, Infoblox

Churn Analytics

Marketinganalyse: klantverloop voorspellen in Python

Marketinganalyse: klantverloop voorspellen in Python

Customer churn

When an existing customer stops doing business with a company

Marketinganalyse: klantverloop voorspellen in Python

Contractual churn

Marketinganalyse: klantverloop voorspellen in Python

Voluntary churn

Marketinganalyse: klantverloop voorspellen in Python

Non-contractual churn

Marketinganalyse: klantverloop voorspellen in Python

Involuntary churn: Credit card expiration

Marketinganalyse: klantverloop voorspellen in Python

Involuntary churn: Utilities turned off

Marketinganalyse: klantverloop voorspellen in Python

Utilizing your experience

  • Customer

    • Lack of usage
    • Poor Service
    • Better Price
  • Domain/industry knowledge

Marketinganalyse: klantverloop voorspellen in Python

Telco Churn Dataset

Description Value
Records 3333
Features 21
Continous 15
Categorical 6
Marketinganalyse: klantverloop voorspellen in Python

Features of interest

  • Voice mail
  • International calling
  • Cost for the service
  • Customer usage
  • Customer churn
Marketinganalyse: klantverloop voorspellen in Python

How churn is defined here

Customer cancelling their cellular plan at a given point in time

  • "no"
  • "yes"
Marketinganalyse: klantverloop voorspellen in Python

Exploratory data analysis using pandas

  • Understand the features of the dataset
  • Compute summary statistics
Marketinganalyse: klantverloop voorspellen in Python

Exploratory data analysis using pandas

pandas Foundations

  • df.head()
  • df.describe()
  • df.mean()
Marketinganalyse: klantverloop voorspellen in Python

Let's explore the data!

Marketinganalyse: klantverloop voorspellen in Python

Preparing Video For Download...