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

Learn more
3Regression · Length of Stay

Length of Stay Prediction

How many days will this patient stay?

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

How many days will this patient stay?

Inaccurate length-of-stay estimates cascade into bed shortages, surgical cancellations, and staff misalignment. A 500-bed hospital where average LOS is off by 1.5 days loses $4.2M annually in underutilized capacity and overtime staffing. Traditional severity scores (APR-DRG) ignore the temporal progression of labs and the network effects of shared care teams.

How KumoRFM solves this

Graph-learned clinical intelligence across your entire patient network

Kumo models the temporal trajectory of lab results, procedure sequences, and medication adjustments as a dynamic graph. It learns that patients with specific lab trend patterns (declining creatinine + stable WBC) under certain care teams discharge predictably faster. The relational structure captures how staffing patterns, bed assignment history, and concurrent patient load affect individual LOS.

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_idagegendercomorbidity_count
P300165F3
P300278M5
P300342F1

ADMISSIONS

admission_idpatient_idadmit_datedepartmentdrg_code
ADM01P30012025-02-28Cardiology291
ADM02P30022025-03-01Pulmonology190
ADM03P30032025-03-02Orthopedics470

PROCEDURES

procedure_idadmission_idcpt_codeperformed_date
PR01ADM01335332025-02-28
PR02ADM02316242025-03-02
PR03ADM03274472025-03-02

LAB_RESULTS

lab_idpatient_idtest_namevaluecollected_date
L001P3001Troponin0.422025-02-28
L002P3002WBC14.22025-03-01
L003P3003Hemoglobin11.82025-03-02
2

Write your PQL query

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

PQL
PREDICT COUNT(LAB_RESULTS.*, 0, 30, days)
FOR EACH ADMISSIONS.ADMISSION_ID
-- Regression target: days from admit to discharge
3

Prediction output

Every entity gets a score, updated continuously

ADMISSION_IDPATIENT_IDADMIT_DATEPREDICTED_LOS_DAYS
ADM01P30012025-02-286.2
ADM02P30022025-03-0111.4
ADM03P30032025-03-023.1
4

Understand why

Every prediction includes feature attributions — no black boxes

Admission ADM02 -- 78yo Male, Pulmonology

Predicted: 11.4 days predicted length of stay

Top contributing features

Comorbidity count

5 conditions

28% attribution

WBC trend (first 24h)

Rising (+2.1)

23% attribution

DRG historical median LOS

8.5 days

19% attribution

Prior admissions (last 6 months)

3 stays

16% attribution

Department weekend staffing ratio

0.6x

14% attribution

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

Bottom line: A 500-bed hospital improving LOS prediction accuracy by 1.5 days saves $4.2M annually through better bed utilization, fewer surgical cancellations, and optimized staffing. Kumo captures lab trajectories and care-team dynamics that severity scores ignore.

Topics covered

length of stay predictionhospital LOS modelbed management AIinpatient stay forecastingdischarge planning MLgraph neural network hospitalKumoRFM length of staycapacity planning healthcarepatient flow optimization

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.