Skip to content

JimAchterbergLUMC/EvaluationMetricsSD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EvaluationMetricsSD

Repository for paper on evaluation metrics for privacy-preserving synthetic data. We utilized Python 3.11.

Usage

  • install required packages: pip install -r requirements.txt
  • create a data/ directory
  • download the following tables from MIMIC_IV v3.1 as gzipped csv and put them in the data/ directory: admissions, patients, omr, diagnoses_icd
  • run utils/preprocess_mimic.py to acquire the dataset.
  • run main.py (alter number of cross validation folds, evaluation metrics, etc. as seen fit)

About

Repository for paper on evaluation metrics for privacy-preserving synthetic data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published