This repository contains notebooks used in the pre-processing, model training, and analysis for "Predicting Myocardial Injury from Continuous Single-Lead Electrocardiographic Monitoring in the Emergency Department". This study uses transfer learning from 12-lead ECGs to detect myocardial injury using continuous single-lead monitoring data and patient information available shortly after ED arrival. The primary target of prediction is NSTEMI, i.e., presence of new troponin elevation in patients with chest pain or shortness of breath.
All protected health information (PHI) has been removed from the notebooks. However, study data contain PHI and are therefore not publicly available. A de-identified dataset sufficient to reproduce the key analyses will be available from the corresponding author upon reasonable request.
The Transformer base model ("PRNA") is described in this paper. The model was modified to use the lead II ECG waveforms from the Philips IntelliVue monitors.
Refer to this repository for data structure and the edm
module which contains shared library code.