There is a newer version of the record available.

Published November 5, 2025 | Version v2
Model Open

Predicting Heart Failure Using MIMIC-IV and MIMIC-IV-ED: A Comparative Study of Machine Learning and Deep Learning Models

Description

This study introduces a heart failure (HF) prediction framework built on electronic health records (EHR) from the MIMIC-IV and MIMIC-IV-ED databases. The proposed system integrates structured clinical variables (e.g., demographics, vitals, laboratory results, comorbidities) with unstructured admission notes encoded using PubMedBERT embeddings. After preprocessing with Winsorization, k-nearest neighbor imputation, and Z-score normalization, multiple machine learning (ML) and deep learning (DL) algorithms were trained and compared, including Random Forest (RF), Logistic Regression, Decision Tree, Naïve Bayes, AdaBoost, Dense Neural Network (DNN), Long Short-Term Memory (LSTM), and Convolutional Neural Network (CNN).

Files

DL_models.ipynb

Files (2.0 MB)

Name Size Download all
md5:d23c44104489a4dd08e2ce74f348b754
18.4 kB Preview Download
md5:42eac1fb637efc034c9c8987dc601cf4
2.0 MB Preview Download
md5:e8cfc6c4b9750211b4fac3e463861777
25.0 kB Preview Download
md5:aa1f27985ff85ccf36099f13b5461fdb
2.4 kB Preview Download

Additional details

Additional titles

Alternative title
Heart failure prediction models

Software

Programming language
Python