Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 2.53 KB

README.md

File metadata and controls

66 lines (48 loc) · 2.53 KB

Phenotype discovery in patients exhibiting extended length of stay (LOS) in ICU settings

COMP90089 Machine Learning Applications in Health Final Project.
Group #13, Semester 2, 2022.

Group members

Quick access supplementary information to the report

Extracted datasets have been excluded from the repository as per PhysioNet's data use agreement.

They can be re-constructed by running the jupyter notebooks with credentialled access to MIMIC.

Notebooks:

Organisation

  • template: template code to use for queries
  • mimic: MIMIC exploration scripts
  • data: data sources used in the project
  • sql: sql scripts used to query MIMIC
  • data_exploration: exploratory data analysis and data processing
  • cluster: scripts associated with dimensionality reduction and clustering
  • feature_importance_analysis: scripts associated with feature importance analysis
  • img: extracted images and plots from notebooks
  • src: python helper functions

Resources

MIMIC docs

Conda environments

conda_env_gbq.yml: To access and query MIMIC on Google BigQuery locally.
conda_env_tensor_m1.yml: To enable tensorflow with GPU on M1 macs.

conda env create -f <file>.yml

Visual Studio Code

Local access to MIMIC and BigQuery via the following extension:
https://marketplace.visualstudio.com/items?itemName=GoogleCloudTools.cloudcode

Licensing

Usage of data within this repository must comply with PhysioNet's data usage policy.