Skip to content

This is the repository for our recent project that uses machine learning to predict atrial fibrillation in critically ill patients

Notifications You must be signed in to change notification settings

laithomari/machine_learning_afib_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Machine Learning to Predict the Development of Atrial Fibrillation in Critically Ill Patients

This is the repository for our recent project that uses machine learning to predict atrial fibrillation in critically ill patients. We used data from the Medical Information Mart for Intensive Care (MIMIC-IV) database. The model achieved an area under the receiver operator characteristic curve (AUC) of 0.850. A compact model using 15 features in addition to 2 newly engineered features achieved a comparable AUC of 0.820.

The newly added features were the following:

  1. Older septic: a categorical feature indicating if the patient is 70 years old or older and is septic.
  2. Cardiac risk score: a score that incorporates patient's preexisting cardiac related risk factors:

Based on the Shapley Additive exPlanations (SHAP) analysis, the two newly engineered features, older septic and cardiac risk score, were the second and third most influential features on model performance, respectively.

About

This is the repository for our recent project that uses machine learning to predict atrial fibrillation in critically ill patients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published