nicoTrombon / churn

Code accompanying blog post

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Predicting customer churn with sklearn

Code accompanying blog post which can be found here

churn_measurements.py - Implementations of calibration and discrimination measurements

churn_model.py - A deployable, batch mode compatoble Yhat model for predicting customer churn.

data/churn.csv - Dataset used in blog. Originally published accompanying Discovering Knowledge in Data (Larose; 2004)

About

Code accompanying blog post