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

Learn more
1Binary Classification · Churn Prediction

Churn Prediction

Among members who visited in the past 60 days, which ones will have zero visits in the next 30 days?

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

Among members who visited in the past 60 days, which ones will have zero visits in the next 30 days?

Predicting churn for all members is noisy — many already left months ago. What you really need is to identify members who are still coming but are about to stop. The backward window focuses on the members you can still save. For a gym chain with 500K members, preventing 5% churn saves $15M annually.

How KumoRFM solves this

Relational intelligence for customer retention

Kumo's backward time window filters to recently active members before predicting forward behavior. Traditional models predict over all members, flooding retention teams with false positives from already-churned users. Kumo focuses on the members you can still save — learning from visit frequency decay, location switching patterns, and cross-member social signals in the relational graph.

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

MEMBERS

member_idnameplansignup_date
M001Alice ChenPremium2024-01-15
M002Bob GarciaBasic2023-06-20
M003Carol PatelPremium2024-03-08

VISITS

visit_idmember_idlocationtimestamp
V9001M001Downtown2025-02-28
V9002M002Midtown2025-02-10
V9003M003Downtown2025-03-01
2

Write your PQL query

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

PQL
PREDICT COUNT(VISITS.*, 0, 30, days) = 0
FOR EACH MEMBERS.MEMBER_ID
WHERE COUNT(VISITS.*, -60, 0, days) > 0
3

Prediction output

Every entity gets a score, updated continuously

MEMBER_IDTIMESTAMPTARGET_PREDTrue_PROB
M0012025-03-05False0.09
M0022025-03-05True0.82
M0032025-03-05False0.14
4

Understand why

Every prediction includes feature attributions — no black boxes

Member M002 — Bob Garcia

Predicted: True (82% churn probability)

Top contributing features

Visit frequency (last 30d vs prior 30d)

-68%

34% attribution

Days since last visit

23 days

27% attribution

Workout buddies also churning

2 of 3

19% attribution

Plan downgrade in last 90d

Yes

12% attribution

Location switching frequency

3 locations

8% attribution

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

Bottom line: A 500K-member gym chain preventing just 5% of at-risk churn saves $15M per year. Kumo's backward window eliminates noise from already-churned members, letting retention teams focus on the members they can still save.

Topics covered

churn predictioncustomer churn AImembership churn modelbackward window PQLgym churn predictiongraph neural network churnKumoRFM churnrelational deep learningpredictive analytics retentionbinary classification churncustomer retention ML

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.