churn_risk_score
Retrieve a customer's churn risk score by customer ID. Use it to spot at-risk accounts and prioritize retention actions.
Instructions
Look up a customer's churn risk score (Project 1: tabular ML model).
Args:
customer_id: Customer id in "CUST-XXXXXX" format, e.g. "CUST-000042".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes |