Skip to content

Add Transfer Prediction Task #359

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Hoogashaga
Copy link

Authors: Sheng-Hao Chen([email protected])
NetID: sc161

This module implements the TransferPrediction task, which provides a baseline solution for predicting patient transfers between care units. The implementation uses the MIMIC-III Clinical Database (version 1.4) and focuses on the transfer prediction aspect of the paper.

The MIMIC-III database is available at https://physionet.org/content/mimiciii/1.4/

Key Features:

  • Implements transfer prediction using structured EHR data
  • Uses MIMIC-III TRANSFERS table for training and evaluation
  • Provides baseline performance metrics for comparison
  • Follows PyHealth task interface standards

Changed files:

  • pyhealth/tasks/transfer_prediction.py
  • pyhealth/tasks/init.py
  • pyhealth/datasets/configs/mimic3.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants