Utilizing Machine Learning Models to Predict Acute Kidney Injury in Septic Patients from MIMIC-III Database
Aleyeh Roknaldin, Zehao Zhang, Jiayuan Xu, Kamiar Alaei, Maryam, Pishgar

TL;DR
This study develops a logistic regression model using MIMIC-III data to predict acute kidney injury in septic ICU patients, achieving high accuracy and outperforming existing models with fewer variables.
Contribution
The paper introduces a highly accurate AKI prediction model for septic patients that uses fewer features and outperforms previous models in the field.
Findings
Logistic regression achieved an AUC of 0.887.
Model used 23 key features including urine output and bilirubin levels.
Outperformed existing models with an 8.57% higher AUC.
Abstract
Sepsis is a severe condition that causes the body to respond incorrectly to an infection. This reaction can subsequently cause organ failure, a major one being acute kidney injury (AKI). For septic patients, approximately 50% develop AKI, with a mortality rate above 40%. Creating models that can accurately predict AKI based on specific qualities of septic patients is crucial for early detection and intervention. Using medical data from septic patients during intensive care unit (ICU) admission from the Medical Information Mart for Intensive Care 3 (MIMIC-III) database, we extracted 3301 patients with sepsis, with 73% of patients developing AKI. The data was randomly divided into a training set (n = 1980, 40%), a test set (n = 661, 10%), and a validation set (n = 660, 50%). The proposed model was logistic regression, and it was compared against five baseline models: XGBoost, K Nearest…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsArtificial Intelligence in Healthcare · Machine Learning in Healthcare
MethodsSparse Evolutionary Training · Logistic Regression
