Skip to content

Repo of the Fleming project (dynamic prediction of mortality threat)

Notifications You must be signed in to change notification settings

dataforgoodfr/batch4_diafoirus_fleming

Repository files navigation

Team 3 - Fleming

Alexander Fleming

Named after Alexander Fleming (1881 - 1955), former Scottish physician, microbiologist, and pharmacologist, Nobel Prize 1945 in Physiology or Medicine, best known for discovering the lysozyme enzyme and the world's first antibiotic (Penicillin G).

The main goal of the project is to predict dynamically mortality risk for a given patient on a horizon of a few days.

Meeting Notes

04/04/2018

  • exploration des données,
  • discussions sur la manière de constituer les cohorts (âge, sexe, cholestérol moyen, fréquence cardiaque moyenne, pression artérielle moyenne, taille, poids, nb d'allergies, etc.),
  • stats importantes à obtenir: durée de séjours par unité (influence sur le nb d'observations), taux de mortalité et fréquence par diagnostics et par année, idem par unité, stats sur les indicateurs classiques par cohort.

11/04/2018

  • Présentation des avantages du format OMOP: format OMOP
  • Possibilité de tester le format OMOP

TODO

  • Accès à MIMIC PostGreS en python directement
  • Benchmarker tous les indicateurs principaux (SOFA, IGS-II) et écrire des scripts pour les calculer.
  • Réaliser un EDA complet (jupyter notebook) pour se faire une idée des biais existants (cf. idée de stats du 04/04)
  • Avec ces résultats, créer nos propres indicateurs et en discuter avec le médecin référent (éventuellement les calculer sur des données d'hopitaux parisiens)
  • Définir la mesure précise qu'on souhaite prédire (par itération sur la période temporelle entre autres)
  • Benchmark des différents modèles suivant qq métriques dont: précision, nombre de variables explicatives, complexité d'entraînement du modèle (souci de reproductibilité).

Relevant work

2011

  • A Comparison of Intensive Care Unit Mortality Prediction Models through the Use of Data Mining Techniques (dec 2011): paper

2015

  • Feature Representation for ICU Mortality (dec 2015): paper

2016

  • Predicting Clinical Events by Combining Static and Dynamic Information Using Recurrent Neural Networks (feb 2016): paper
  • Predicting ICU Mortality Risk by Grouping Temporal Trends from a Multivariate Panel of Physiologic Measurements (feb 2016): paper
  • Using recurrent neural network models for early detection of heart failure onset (aug 2016): paper
  • Recurrent Neural Networks for Multivariate Time Series with Missing Values (nov 2016): paper
  • Hospital Standardized Mortality Ratio (HSMR) (nov 2016): paper

2017

  • Dynamic Mortality Risk Predictions in Pediatric Critical Care Using Recurrent Neural Networks (jan 2017): paper
  • Interpretable Deep Models for ICU Outcome Prediction (feb 2017): paper
  • Generating Multi-label Discrete Patient Records using Generative Adversarial Networks (march 2017): paper
  • Multitask Learning and Benchmarking with Clinical Time Series Data (march 2017): paper, repo
  • The Dependence of Machine Learning on Electronic Medical Record Quality (march 2017): paper
  • PPMF: A Patient-based Predictive Modeling Framework for Early ICU Mortality Prediction (april 2017): paper
  • Deep Learning to Attend to Risk in ICU (may 2017): paper
  • Real time mortality prediction in the MIMIC-III database (july 2017): repo
  • A review of modeling methods for predicting in-hospital mortality of patients in intensive care unit (august 2017): paper
  • Mapping Patient Trajectories using Longitudinal Extraction and Deep Learning in the MIMIC-III Critical Care Database (august 2017): paper
  • How To Predict ICU Mortality with Digital Health Data, DL4J, Apache Spark and Cloudera (sep 2017): article
  • Early hospital mortality prediction of intensive care unit patients using an ensemble learning approach (oct 2017): paper, review
  • Benchmark of Deep Learning Models on Large Healthcare MIMIC Datasets (oct 2017): paper
  • Real-time mortality prediction in the Intensive Care Unit (end of 2017): paper

2018

  • Scalable and accurate deep learning for electronic health records (jan 2018): paper
  • An Empirical Evaluation of Deep Learning for ICD-9 Code Assignment using MIMIC-III Clinical Notes (feb 2018): paper
  • Deep Representation for Patient Visits from Electronic Health Records (march 2018): paper
  • Memoire de stage - Prédiction mortalité sous 24h: paper

Lectures

  • MIT 6.S897: Machine Learning for Healthcare link

Predictor candidates