get_churn_risk_cohorts
Identify customers at churn risk from a fitted CLV model using a Bayesian P(alive) threshold. Lower threshold yields higher churn confidence, with default at 0.3.
Instructions
Identify customers at churn risk from a fitted CLV model. Returns customers whose Bayesian P(alive) is below the specified threshold. Lower threshold = higher confidence of churn. Default threshold: 0.3.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ||
| threshold_p_alive | No |