DATA MINING
Desktop Survival Guide by Graham Williams |
|||||
|
A common data mining task with temporal data is to find repeating patterns in the data - see frequent closed itemsets.
A common question is how likely an event will occur at a give point in time. Suppose we had some simple churn data recording how long a customer has been with a telecoms provider before they churned.
ID Gender Months Churn 1 M 12 1 2 M 5 0 3 M 32 1 4 M 4 0 5 M 10 1 6 F 12 0 7 F 5 1 8 F 15 0 9 F 5 1 10 F 12 0 |
We may be tempted in the first instance to us a logistic regression including Gender and Months to predict Churn with: