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

Learn more
6Regression · Usage Forecasting

Usage Forecasting

What will this account's compute usage be next month?

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

What will this account's compute usage be next month?

Usage-based SaaS companies must forecast compute consumption for both infrastructure planning and revenue recognition. A cloud platform serving 2,000 accounts where usage estimates are off by 25% either over-provisions $8M in infrastructure or faces capacity crunches that degrade service for top accounts. Billing surprises from unpredictable usage also drive 18% of customer complaints. The usage trajectory depends on feature adoption, team growth, seasonal patterns, and the account's own business cycles.

How KumoRFM solves this

Graph-learned product intelligence across your entire account base

Kumo connects accounts, daily usage, feature events, billing history, and alert patterns into a temporal graph. It learns that accounts that recently adopted the batch-processing feature show a 3x usage spike in weeks 2-4 before stabilizing. The model captures seasonality (e-commerce accounts spike in Q4), growth trajectories (accounts adding 5+ users per month accelerate usage), and cross-account infrastructure patterns (when a shared cluster's accounts all grow simultaneously, capacity planning must account for contention).

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

ACCOUNTS

account_idplanindustryactive_userscontract_type
ACC401Usage-basedE-commerce85Pay-as-you-go
ACC402Usage-basedFinance30Committed
ACC403Usage-basedTechnology120Pay-as-you-go

USAGE_DAILY

usage_idaccount_iddatecompute_hoursstorage_gbapi_calls
UD01ACC4012025-03-014502800125,000
UD02ACC4012025-03-024802850132,000
UD03ACC4022025-03-0112050028,000

FEATURES

feature_idaccount_idfeatureenabled_dateusage_30d
FT01ACC401Batch processing2025-02-15High
FT02ACC401Real-time API2024-12-01High
FT03ACC402Batch processing2025-03-01New

BILLING

billing_idaccount_idmonthamountvs_estimate
BL401ACC4012025-02$12,400+18%
BL402ACC4012025-01$10,200+8%
BL403ACC4022025-02$3,100-5%

ALERTS

alert_idaccount_idtypetimestampthreshold_pct
AL01ACC401Usage spike2025-02-20150%
AL02ACC403Quota warning2025-03-0190%
2

Write your PQL query

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

PQL
PREDICT SUM(USAGE_DAILY.COMPUTE_HOURS, 0, 30, days)
FOR EACH ACCOUNTS.ACCOUNT_ID
3

Prediction output

Every entity gets a score, updated continuously

ACCOUNT_IDINDUSTRYLAST_MONTH_HOURSPREDICTED_NEXT_MONTH
ACC401E-commerce12,80016,200
ACC402Finance3,4005,800
ACC403Technology8,9009,100
4

Understand why

Every prediction includes feature attributions — no black boxes

Account ACC402 -- Finance, 30 active users

Predicted: 5,800 compute hours predicted next month (+71%)

Top contributing features

New batch processing adoption

Enabled 2 days ago

32% attribution

Similar-account batch adoption curve

3x spike, weeks 2-4

24% attribution

User growth rate (30d)

+5 new users

18% attribution

Historical monthly growth

+12% MoM avg

14% attribution

Committed tier buffer

80% of committed used

12% attribution

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

Bottom line: A usage-based SaaS platform serving 2,000 accounts that improves usage forecasting accuracy from 75% to 92% saves $8M in infrastructure over-provisioning and eliminates billing surprises that drive 18% of churn-related complaints. Kumo captures feature-adoption usage curves and cross-account seasonality that time-series models on individual accounts cannot learn.

Topics covered

SaaS usage forecastingcompute usage predictionusage-based billing AIinfrastructure capacity MLaccount usage modelgraph neural network forecastingKumoRFM usage forecastingconsumption-based pricing AIcloud cost 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.