Skip to content

Translating the examples from the excellent book by Géron - Hands On Machine Learning, for Health Data Science using MIMIC-IV dataset

Notifications You must be signed in to change notification settings

iupui-soic/handson-ml-mimic-iv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

Project Setup

  • Clone the following repository:
git clone https://github.com/iupui-soic/handson-ml-mimic-iv
git checkout -b homl_mimic origin/homl_mimic

Dataset Setup

Follow below steps to setup dataset after cloning the repository:

  • Create a dataset directory in root directory.

  • Download MIMIC-IV dataset from after creating account inside dataset directory.

  • Extact all the .gz files.

  • Your dataset directory should look like this:

dataset/
├── core
│   ├── admissions.csv
│   ├── patients.csv
│   └── transfers.csv
├── hosp
│   ├── d_hcpcs.csv
│   ├── d_icd_diagnoses.csv
│   ├── d_icd_procedures.csv
│   ├── d_labitems.csv
│   ├── diagnoses_icd.csv
│   ├── drgcodes.csv
│   ├── emar.csv
│   ├── emar_detail.csv
│   ├── hcpcsevents.csv
│   ├── labevents.csv
│   ├── microbiologyevents.csv
│   ├── pharmacy.csv
│   ├── poe.csv
│   ├── poe_detail.csv
│   ├── prescriptions.csv
│   ├── procedures_icd.csv
│   └── services.csv
└── icu
    ├── chartevents.csv
    ├── d_items.csv
    ├── datetimeevents.csv
    ├── icustays.csv
    ├── inputevents.csv
    ├── outputevents.csv
    └── procedureevents.csv

About

Translating the examples from the excellent book by Géron - Hands On Machine Learning, for Health Data Science using MIMIC-IV dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •