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

Learn more
2Binary Classification · Tenant Churn

Tenant Churn Prediction

Which tenants will not renew their lease?

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 tenants will not renew their lease?

Tenant turnover costs $3K-$8K per unit in vacancy loss, cleaning, repairs, and leasing commissions. For a REIT managing 50,000 units with 40% annual turnover, that is $60-160M per year in turnover costs. Predicting non-renewals 60-90 days ahead enables targeted retention offers that cost 10-20% of turnover expense. Traditional models use lease expiry date and payment history but miss the maintenance and satisfaction signals embedded in the tenant-property relationship.

How KumoRFM solves this

Graph-powered intelligence for real estate

Kumo connects tenants, leases, payments, maintenance requests, and properties into a property management graph. The GNN learns churn patterns from the tenant network: when maintenance response times deteriorate, when similar tenants in the building leave, and when payment patterns shift from early to late. PQL predicts non-renewal probability per tenant with 60-90 days of lead time, enabling retention offers before tenants start searching for alternatives.

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

TENANTS

tenant_idnameunit_typetenure_months
TEN001J. Martinez2BR24
TEN002K. Patel1BR8
TEN003L. Johnson3BR36

LEASES

lease_idtenant_idmonthly_rentexpiry_daterenewal_offered
LSE101TEN001$1,8502025-05-31Yes
LSE102TEN002$1,4002025-06-30Yes
LSE103TEN003$2,2002025-04-30Yes

PAYMENTS

payment_idtenant_idamountdays_latetimestamp
PAY401TEN001$1,85002025-03-01
PAY402TEN002$1,40052025-03-06
PAY403TEN003$2,20002025-03-01

MAINTENANCE_REQUESTS

request_idtenant_idtyperesolution_daysdate
MR501TEN001HVAC repair22025-01-15
MR502TEN002Plumbing leak82025-02-10
MR503TEN002Pest control122025-02-25

PROPERTIES

property_idnameunitsoccupancy_rateavg_rent
PRO01Oak Park Apartments20094%$1,750
PRO02Downtown Lofts12088%$1,650
2

Write your PQL query

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

PQL
PREDICT BOOL(LEASES.renewed = False, 0, 90, days)
FOR EACH TENANTS.tenant_id
WHERE LEASES.expiry_date < '2025-07-01'
3

Prediction output

Every entity gets a score, updated continuously

TENANT_IDUNITLEASE_EXPIRYNON_RENEWAL_PROBRISK_TIER
TEN0012BR2025-05-310.12Low
TEN0021BR2025-06-300.76Critical
TEN0033BR2025-04-300.08Low
4

Understand why

Every prediction includes feature attributions — no black boxes

Tenant TEN002 -- 1BR unit, 8-month tenure

Predicted: 76% non-renewal probability (Critical)

Top contributing features

Unresolved maintenance requests

2 open, avg 10 days

30% attribution

Late payment trend (last 3 months)

Increasing

24% attribution

Short tenure (less than 12 months)

8 months

19% attribution

Similar tenants in building left

3 in last 90 days

16% attribution

Rent-to-market ratio unfavorable

105% of market

11% attribution

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

Bottom line: A REIT managing 50,000 units saves $30-60M annually by reducing turnover through targeted retention. Kumo's property graph detects the maintenance-satisfaction-payment patterns that predict non-renewal 60-90 days ahead, when retention offers still work.

Topics covered

tenant churn prediction AIlease renewal predictionproperty management MLtenant retention modelmultifamily churn predictionKumoRFM real estatelease non-renewal forecasttenant satisfaction prediction

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.