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

Learn more
1Regression · Demand Forecasting

SKU-Level Demand Forecasting

What will SKU-level demand be at each store next week?

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 SKU-level demand be at each store next week?

Retailers lose $1.1T globally to overstock and stockouts each year (IHL Group). A grocer with 500 stores and 40,000 SKUs must make 20M replenishment decisions weekly. Traditional time-series models forecast each SKU-store pair independently, missing cross-product cannibalization (when the organic brand goes on sale, the conventional brand drops 30%), weather-driven demand shifts (ice cream sales spike 2x when temperatures exceed 90F), and promotional halo effects (discounting chips lifts salsa sales by 18%). These blind spots cause 8-12% forecast error that compounds into millions in waste and lost sales.

How KumoRFM solves this

Relational intelligence built for retail and e-commerce data

Kumo connects products, transactions, stores, promotions, weather, and supplier data into a single relational graph. The model learns that SKU-4201 (organic milk) at Store S-14 will see 340 units next week because a competitor store nearby closed, a BOGO promotion starts Wednesday, and regional temperatures are forecast to stay cool (higher dairy consumption). Cross-product signals, like the substitution relationship between organic and conventional milk, emerge automatically from the graph without manual feature engineering.

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

PRODUCTS

sku_idproduct_namecategorybrandunit_cost
SKU-4201Organic Whole Milk 1galDairyValley Fresh$3.20
SKU-4202Conv. Whole Milk 1galDairyDairyPure$2.80
SKU-4310Tortilla Chips 12ozSnacksCasa Crunch$2.10

SALES_HISTORY

sku_idstore_iddateunits_soldrevenuepromo_active
SKU-4201S-142025-09-2248$287.52False
SKU-4201S-142025-09-2352$311.48False
SKU-4310S-142025-09-2285$339.15True

STORES

store_idnameformatregionsqft
S-14Union Square MarketUrbanWest42,000
S-22Midtown GrocerySuburbanNortheast55,000
S-37Lakeside FreshRuralMidwest35,000

PROMOTIONS

promo_idsku_idstore_idtypestart_dateend_date
PR-801SKU-4201S-14BOGO2025-10-012025-10-07
PR-802SKU-4310S-1420% Off2025-09-202025-09-26
PR-803SKU-4202S-22NoneN/AN/A
2

Write your PQL query

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

PQL
PREDICT SUM(SALES_HISTORY.UNITS_SOLD, 0, 7, days)
FOR EACH PRODUCTS.SKU_ID, STORES.STORE_ID
WHERE STORES.REGION = 'West'
3

Prediction output

Every entity gets a score, updated continuously

SKU_IDSTORE_IDPREDICTED_UNITSCURRENT_STOCKREORDER_QTY
SKU-4201S-14412180232
SKU-4202S-141952200
SKU-4310S-14520300220
4

Understand why

Every prediction includes feature attributions — no black boxes

SKU-4201 (Organic Whole Milk) at Store S-14

Predicted: 412 units predicted for next week

Top contributing features

BOGO promotion starting Oct 1

+65% lift

30% attribution

Competitor store closure nearby

+12% traffic

22% attribution

Weekly seasonal trend

Peak dairy week

19% attribution

Cross-product substitution (conv. milk)

-15% conv.

16% attribution

Temperature forecast (cool week)

62F avg

13% attribution

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

Bottom line: Reduce stockouts by 40% and overstock by 25%, freeing $2-5M in working capital per quarter for a 500-store grocery chain.

Topics covered

retail demand forecasting AISKU-level demand predictionstore demand forecastinginventory planning AIgraph neural network retailKumoRFMrelational deep learning retaildemand planning machine learningretail analytics AIsupply chain demand 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.