[CS598] Added daily_sports_activities.py and test_daily_sports.py
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)
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!
Closing this PR as it lacks proper labeling. Please add appropriate labels and reopen if needed.
Hi, I would like to re-add this code and add it into the main branch, I am going to reopen it.