The main goal is to understand:
- How likely is a customer churn?
- Identify the churn reason(s) per user.
For now, I'm using a random forest model. I can see the most important features for all users. Is there a way I could get the important feature per user? E.g., maybe a customer is leaving since they don't like the product, and another one is leaving since it's an expensive product, etc.
Thanks in advance!