Skip to content
forked from choczhang/ConCare

ConCare: Personalized Clinical Feature Embedding via Capturing the Healthcare Context (AAAI-2020)

Notifications You must be signed in to change notification settings

v1xerunt/ConCare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConCare: Personalized Clinical Feature Embedding via Capturing the Healthcare Context

The source code for ConCare: Personalized Clinical Feature Embedding via Capturing the Healthcare Context

Thanks for your interest in our work. More details about the experiment, case study and visualization system will be released before AAAI2020.

Requirements

  • Install python, pytorch. We use Python 3.7.3, Pytorch 1.1.
  • If you plan to use GPU computation, install CUDA

Data preparation

We do not provide the MIMIC-III data itself. You must acquire the data yourself from https://mimic.physionet.org/. Specifically, download the CSVs. To run decompensation prediction task on MIMIC-III bechmark dataset, you should first build benchmark dataset according to https://github.com/YerevaNN/mimic3-benchmarks/.

After building the in-hospital mortality dataset, please save the files in in-hospital-mortality directory to data/ directory.

Run ConCare

All the hyper-parameters and steps are included in the .ipynb file, you can run it directly.

About

ConCare: Personalized Clinical Feature Embedding via Capturing the Healthcare Context (AAAI-2020)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 78.7%
  • Python 21.3%