Skip to content

Create file structure standard/documentation for how people should port over their task data splits. #913

@jhnwu3

Description

@jhnwu3

Example:

Template university EEG tasks: https://github.com/sunlabuiuc/PyHealth/blob/master/pyhealth/tasks/temple_university_EEG_tasks.py
Splits in splitter.py: https://github.com/sunlabuiuc/PyHealth/blob/master/pyhealth/datasets/splitter.py

Problem:
Many datasets have pre-defined splits. Putting them all in splitter.py can get really ugly fast. It may be worth doing:

  • splitter functions in their dataset.py like tuev.py
  • splitter functions in their task.py like temple_universty_eeg_tasks.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreCore functionality (Patient API, BaseDataset, event stream format, etc.)documentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions