Skip to content

MIT-LCP/2019-hst-953

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hst-953-2019

Data Access

Participants of the Datathon are added to the Google Group hst-953-2019. Members of this group have access to computation resources through the Google Cloud Platform (GCP) project hst-953-2019 and to datasets via the GCP project physionet-data.

You can access the datasets directly on GCP:

  1. Create a free account on GCP

  2. Open hst-953-2019 in the console

  3. Open BigQuery

  4. Run a query. E.g. count the number of hospital admissions:

    SELECT count(*)
    FROM `physionet-data.mimiciii_clinical.admissions` 

Tutorial Notebooks

You can open the following tutorial notebooks on Colab and get started instantly. Requirements for these notebooks are: (1) you have a Google account, and (2) your Google account has been added to the hst-953-2019 Google group.

eICU-CRD

MIMIC-III

MIMIC-CXR

R

Datasets can also be queried directly from R. This is exemplified in the following R markdown notebook: mimic-iii-los.Rmd

Accessing MIMIC-CXR

The dataset used in the MIMIC-CXR tutorial is preprocessed for optimal use with Tensorflow. If you use a different library or just want a simpler representation of the data, the MIMIC-CXR dataset is available as JPEG images and CSV tables in the following GCP bucket: gs://physionet-data-mimic-cxr-jpg. The URL for the bucket is https://console.cloud.google.com/storage/browser/physionet-data-mimic-cxr-jpg

About

Materials for 2019 HST953 Course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published