This folder contains details for datasets currently included in the MEDS-DEV effort.
To contribute a new dataset:
- Fork this repository
- Add your dataset predicates file in its respective folder (see
MIMIC-IV/predicates.yamlfor an example of predicate structure) - Test locally to ensure your dataset works correctly. Ideally specify the used packages and versions in the dataset information.
- Specify the dataset information (including supported and custom tasks) in the template README.md file in the dataset's folder.
- Create a pull request with your changes
If you have a version of a task configuration file that is more specialized to a dataset than can be achieved with overwriting the predicates alone, then:
- Make a GitHub issue explaining why the existing file is not used
- Add a file here
../tasks/$DATASET_NAME/$TASK_NAME.yamlwith that configuration.