Kumo Co-Founder Hema Raghavan Named to Inc.’s 2026 Female Founders 500

Learn more
2Binary Classification · Churn Prediction

Subscriber Churn Prediction

Which subscribers will cancel?

Book a demo and get a free trial of the full platform: data science agent, fine-tune capabilities, and forward-deployed engineer support.

By submitting, you accept the Terms and Privacy Policy.

Loved by data scientists, ML engineers & CXOs at

Catalina Logo

A real-world example

Which subscribers will cancel?

Streaming platforms lose 5-7% of subscribers monthly. Traditional churn models rely on usage decline, catching subscribers only after they've mentally checked out. They miss the graph signals: when a subscriber's social circle churns, when content in their preferred genres dries up, or when payment friction increases. For a platform with 30M subscribers at $12/month ARPU, reducing churn by 1 percentage point saves $43M annually.

How KumoRFM solves this

Graph-powered intelligence for media platforms

Kumo connects subscribers, plans, watch history, payments, and devices into a temporal graph. The GNN learns early churn signals: viewing sessions getting shorter, binge completion rates dropping, payment method failures, and social graph erosion (friends leaving the platform). PQL filters to active subscribers and predicts cancellation in the next 30 days, giving retention teams a 2-4 week intervention window.

From data to predictions

See the full pipeline in action

Connect your tables, write a PQL query, and get predictions with built-in explainability — all in minutes, not months.

1

Your data

The relational tables Kumo learns from

SUBSCRIBERS

subscriber_idplantenure_monthshousehold_size
SUB101Premium183
SUB102Standard41
SUB103Premium244

PLANS

plan_idnamemonthly_pricemax_streams
PL01Standard$9.992
PL02Premium$15.994

WATCH_HISTORY

watch_idsubscriber_idcontent_idminutes_watchedtimestamp
W6001SUB101MOV1011202025-02-28
W6002SUB102SER201152025-02-25
W6003SUB103MOV305952025-03-01

PAYMENTS

payment_idsubscriber_idamountstatustimestamp
PAY301SUB101$15.99Success2025-03-01
PAY302SUB102$9.99Failed2025-03-01
PAY303SUB103$15.99Success2025-03-01

DEVICES

device_idsubscriber_idtypelast_active
D401SUB101Smart TV2025-03-01
D402SUB102Mobile2025-02-20
D403SUB103Smart TV2025-03-01
2

Write your PQL query

Describe what to predict in 2–3 lines — Kumo handles the rest

PQL
PREDICT BOOL(SUBSCRIBERS.is_cancelled, 0, 30, days)
FOR EACH SUBSCRIBERS.subscriber_id
WHERE COUNT(WATCH_HISTORY.*, -30, 0, days) > 0
3

Prediction output

Every entity gets a score, updated continuously

SUBSCRIBER_IDPLANCHURN_PROBRISK_TIER
SUB101Premium0.08Low
SUB102Standard0.81Critical
SUB103Premium0.15Medium
4

Understand why

Every prediction includes feature attributions — no black boxes

Subscriber SUB102 -- Standard plan, 4-month tenure

Predicted: 81% churn probability (Critical)

Top contributing features

Watch time decline (30d vs prior 30d)

-72%

32% attribution

Payment failure in billing cycle

1 failed

24% attribution

Days since last active session

9 days

20% attribution

Content completion rate decline

-55%

14% attribution

Single-device household

1 device

10% attribution

Feature attributions are computed automatically for every prediction. No separate tooling required. Learn more about Kumo explainability

Bottom line: A 30M-subscriber streaming platform saves $43M annually by reducing churn just 1 percentage point. Kumo detects early signals like social graph erosion and viewing pattern decay weeks before traditional models flag declining usage.

Topics covered

subscriber churn predictionstreaming churn AImedia churn modelsubscriber retention MLOTT churn predictionKumoRFM churnsubscription cancellation predictionviewer attrition model

One Platform. One Model. Predict Instantly.

KumoRFM

Relational Foundation Model

Turn structured relational data into predictions in seconds. KumoRFM delivers zero-shot predictions that rival months of traditional data science. No training, feature engineering, or infrastructure required. Just connect your data and start predicting.

For critical use cases, fine-tune KumoRFM on your data using the Kumo platform and Data Science Agent for 30%+ higher accuracy than traditional models.

Book a demo and get a free trial of the full platform: data science agent, fine-tune capabilities, and forward-deployed engineer support.