PyHealth icon indicating copy to clipboard operation
PyHealth copied to clipboard

[CS598] Added daily_sports_activities.py and test_daily_sports.py

Open midquan opened this issue 8 months ago • 1 comments

Authors:

Michael Quan (mdquan2)

Daniel Trugubenko (dvt3)

Contribution Type:

Dataset

Link to Original Paper:

https://arxiv.org/abs/2405.16395

Description: This pull request adds a PyHealth-compatible loader for the UCI Daily and Sports Activities dataset. The class parses raw sensor data into the patient-visit structure and supports activity recognition tasks. The dataset includes 19 activities performed by 8 subjects, with 45 sensor channels per sample. All code is documented and follows PyHealth’s dataset standards.

Files to test/review:

pyhealth/datasets/daily_sports_activities.py (new dataset loader) pyhealth/unitests/test_datasets/test_daily_sports.py (new dataset loader test)

midquan avatar May 07 '25 05:05 midquan

Oh this is a very cool PR! By any chance, can you add a daily task to this PR? I see you already have test cases for it. Excellent work!

jhnwu3 avatar May 13 '25 18:05 jhnwu3

Closing this PR as it lacks proper labeling. Please add appropriate labels and reopen if needed.

jhnwu3 avatar Aug 04 '25 01:08 jhnwu3

Hi, I would like to re-add this code and add it into the main branch, I am going to reopen it.

midquan avatar Sep 30 '25 06:09 midquan