https://exploratory.io/data/kanaugust/Sample-Data-for-Cohort-Analysis-Survival-Model-oVr0VyY0tU
See how customer churn rate changes over time and which product feature help customers retain longer.
Compare influential power of multiple variables.
See what difference each variable would make on the churn rate (cancel rate).
The churn rate is about 64% for those who used ‘Clear Activity Log’ feature and it is higher than the one for those who didn’t use the feature.
Note that the period for prediction is set to 3 months.
The most influential product features are ClearActivityLog, ReceiveFriendRequest, and TimeLinePostLiked.
The variables with gray color are considered ‘not significant’.
See how each of the variable would make the difference on the survival curves. Note that here are predicted values of Cox Regression model, not the actual data.
Customers who used ‘Clear Activity Log’ feature tend to churn more than those who didn’t use the feature.
Customers who used 'ReceivedFriendRequest' tend to churn less than those who didn’t receive the request.
See how each of the variable make customers churn by Hazard Ratio.
Hazard Ratio > 1.5: Customers who used ‘Clear Activity Log’ feature are more likely to churn.
Hazard Ratio < 1: Customers who used ‘TimeLinePostLiked' and ‘ReceiveFriendRequest feature are less likely to churn.
Hazard Ratio crossing 1: Variables with gray lines are not considered to make significant difference in either direction (more churn or less churn).
This chart shows the most significant variables that impact survival/churn rate.
Customers who performed both activities are much less likely to churn.
With confidence interval, ReceiveFriendRequest may have more impact than TimeLinePosLiked.
For Cox Regression: the order of the curves and the way the curves are declining are consistent throughout the time given constraint that the hazard ratio is assumed to be constant. It is not good at capturing ‘non-linear’ patterns of actutal data.
For Survival Forest: the order of curves can be different time to time and the shape of the curve is much more flexible. Machine Learning models like Survival Model tend to capture the pattern in actual data better. Note that there is no confidence interval in survival forest.
Online Seminar #45 - Cohort Analysis Part 4 - Analyzing What Makes Churn with Prediction Models
Prediction of Survival by Cox Regression Model
https://exploratory.io/note/hideaki/Prediction-of-Survival-by-Cox-Regression-Model-fpF8flX0WD
Survival analysis with Cox Model implementation https://www.kaggle.com/bryanb/survival-analysis-with-cox-model-implementation/notebook