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

Learn more
8Binary Classification · Send-Time

Send-Time Optimization

For each user, will they open an email sent in the next 4-hour window?

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

For each user, will they open an email sent in the next 4-hour window?

Email platforms send campaigns at a single time chosen by the marketer — usually 10am Tuesday. But users open emails at vastly different times: early risers check at 6am, commuters at 8am, night owls at 11pm. Sending at the wrong time means the email gets buried under 20 newer messages. Open rates for batch-sent emails average 18-22% when personalized send times can push them to 28-35%. For a brand sending 50M emails monthly, each 1% open rate improvement is worth $1-2M annually in downstream revenue.

How KumoRFM solves this

Relational intelligence for true personalization

Kumo predicts whether each user will open an email in the next 4-hour window using binary classification on the user-email-open graph. By scoring each window throughout the day, the system identifies the optimal send time per user. The model captures that User U001 opens emails at 6:30am on weekdays but 10am on weekends, and that users in similar timezone-segment graph neighborhoods share open-time patterns — enabling predictions even for users with sparse history.

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

USERS

user_idtimezonesegment
U001America/New_Yorkearly_riser
U002America/Los_Angelesnight_owl
U003Europe/Londoncommuter

EMAIL_SENDS

send_iduser_idcampaign_idsend_hourtimestamp
ES001U001CAMP0162025-02-18
ES002U001CAMP02142025-02-19
ES003U002CAMP01222025-02-18

EMAIL_OPENS

open_idsend_iduser_idtimestamp
EO001ES001U0012025-02-18 06:32
EO002ES003U0022025-02-18 22:15
EO003ES001U0012025-02-18 06:45
2

Write your PQL query

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

PQL
PREDICT COUNT(EMAIL_OPENS.*, 0, 4, hours) > 0
FOR EACH USERS.USER_ID
3

Prediction output

Every entity gets a score, updated continuously

USER_IDTIMESTAMPTARGET_PREDTrue_PROB
U0012025-03-12 06:00True0.89
U0012025-03-12 14:00False0.14
U0022025-03-12 22:00True0.82
4

Understand why

Every prediction includes feature attributions — no black boxes

User U001 (America/New_York, early_riser segment)

Predicted: Will open email in 06:00-10:00 window — probability 0.89

Top contributing features

Historical open hour distribution

78% of opens between 6-7am

38% attribution

Weekday vs weekend pattern

Weekday — opens 2hrs earlier

22% attribution

Graph neighbors (same timezone + segment)

83% open before 7am weekdays

19% attribution

Time since last email open

18 hours (due for next check)

13% attribution

Campaign type affinity

Opens promotional emails 1.4x faster

8% attribution

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

Bottom line: 15-25% improvement in email open rates by sending at each user's optimal time. For brands sending 50M+ emails monthly, this drives $3-6M in incremental annual revenue.

Topics covered

send time optimization AIemail send time predictionoptimal send time machine learningemail open rate optimizationbinary classification emailKumoRFMpredictive query languageemail engagement predictionpersonalized send timegraph neural network emailemail marketing AIsend time personalization

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.