Loading...
Design a system that predicts which customers are likely to cancel their subscription.
Scenario: A SaaS company wants to identify at-risk customers before they churn, so the retention team can intervene proactively. The system should predict churn probability and explain the key risk factors.
Your Task: Design the churn prediction pipeline.
Your design should address:
Describe your system design approach. Consider components, data flow, and key decisions.