Marketing Analytics: Predicting Customer Churn in Python
Mark Peterson
Director of Data Science, Infoblox




When an existing customer stops doing business with a company








Customer
Domain/industry knowledge
| Description | Value | 
|---|---|
| Records | 3333 | 
| Features | 21 | 
| Continous | 15 | 
| Categorical | 6 | 
Customer cancelling their cellular plan at a given point in time
"no""yes"
pandas Foundations
df.head()df.describe()df.mean()Marketing Analytics: Predicting Customer Churn in Python