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

Learn more
6Binary Classification · Early Warning

Patient Deterioration Prediction

Which inpatients will deteriorate in the next 12 hours?

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 inpatients will deteriorate in the next 12 hours?

Failure to rescue costs U.S. hospitals $1.1B annually. Traditional early warning scores (NEWS, MEWS) generate false alarm rates above 90%, causing alert fatigue. A 600-bed hospital averages 15 unexpected ICU transfers per month; each costs $31,000 more than a planned transfer. Catching deterioration 6 hours earlier would save $5.6M per year and 40+ lives.

How KumoRFM solves this

Graph-learned clinical intelligence across your entire patient network

Kumo builds a temporal graph from vitals streams, lab results, medication administrations, and nursing assessments. It learns that a specific pattern of trending MAP decline combined with a new vasopressor order and a nursing note sentiment shift precedes deterioration 8 hours before traditional scores trigger. The model weighs cross-patient signals: when multiple patients on the same unit show subtle vital changes simultaneously, it detects environmental or staffing-related risk factors.

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

PATIENTS

patient_idageunitadmit_date
P600171Med-Surg 4A2025-03-01
P600255Med-Surg 4A2025-03-02
P600383Telemetry 3B2025-02-28

VITALS

vitals_idpatient_idtimestamphrbp_sysspo2temp
VT01P60012025-03-03 06:00881329637.1
VT02P60012025-03-03 10:001021089338.2
VT03P60022025-03-03 08:00721289836.8

LABS

lab_idpatient_idtest_namevaluetimestamp
LB01P6001Lactate3.82025-03-03 07:00
LB02P6001WBC16.42025-03-03 07:00
LB03P6002Lactate1.12025-03-03 06:00

MEDICATIONS

med_idpatient_iddrugrouteadmin_time
MD01P6001NorepinephrineIV2025-03-03 09:30
MD02P6002MetoprololPO2025-03-03 08:00
MD03P6003Heparin dripIV2025-03-03 06:00

NURSING_NOTES

note_idpatient_idtimestampassessment
NN01P60012025-03-03 08:00Pt appears more confused, family concerned
NN02P60022025-03-03 08:30Resting comfortably, no complaints
NN03P60032025-03-03 07:00Steady, ambulating in hallway
2

Write your PQL query

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

PQL
PREDICT BOOL(VITALS.RAPID_RESPONSE, 0, 12, hours)
FOR EACH PATIENTS.PATIENT_ID
WHERE PATIENTS.UNIT != 'ICU'
3

Prediction output

Every entity gets a score, updated continuously

PATIENT_IDUNITTIMESTAMPDETERIORATION_PROB
P6001Med-Surg 4A2025-03-03 10:150.91
P6002Med-Surg 4A2025-03-03 10:150.07
P6003Telemetry 3B2025-03-03 10:150.15
4

Understand why

Every prediction includes feature attributions — no black boxes

Patient P6001 -- 71yo, Med-Surg 4A

Predicted: 91% deterioration probability in next 12 hours

Top contributing features

Heart rate trend (last 4h)

+14 bpm

27% attribution

Lactate level

3.8 mmol/L

24% attribution

New vasopressor initiated

Norepinephrine

21% attribution

SpO2 decline rate

-3% in 4h

16% attribution

Nursing assessment sentiment

Concern noted

12% attribution

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

Bottom line: A 600-bed hospital catching inpatient deterioration 6 hours earlier prevents 40+ deaths and saves $5.6M annually in unplanned ICU transfers. Kumo fuses vitals trajectories, lab trends, medication signals, and nursing narrative patterns into a single real-time score that outperforms NEWS/MEWS with 80% fewer false alarms.

Topics covered

patient deterioration predictionearly warning score AIrapid response predictionclinical deterioration MLICU transfer predictiongraph neural network vitalsKumoRFM deteriorationinpatient safety AIsepsis early detection

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.