RobotPsychologist / bg_control

Improving short-term prandial blood glucose outcomes for people with type 1 diabetes, a complex disease that affects nearly 10 million people worldwide. We aim to leverage semi-supervised learning to identify unlabelled meals in time-series blood glucose data, develop meal-scoring functions, and explore causal machine-learning techniques.
https://blood-glucose-control.streamlit.app/
18 stars 42 forks source link

Review and comments data loaders #109

Closed fkiraly closed 1 day ago

fkiraly commented 3 weeks ago

Short review of data loaders, with the aim to ensure easy useability by other project members and maintainability.

Referring to current state of 1.01-cjr-change-point-index-creator.ipynb, top cell

Main comments:

RobotPsychologist commented 3 weeks ago

Thanks for the feedback @fkiraly!

  1. My intention was to move the function in some form into this file here once I had demonstrated it is working in the notebook: 0_meal_identification/meal_identification/meal_identification/dataset.py

So, instead of having a dataset.py script for each project, do I have one for all projects in the bg_control/data folder? I was initially planning on having the script with classes and functions available to use in 0_meal_identification/meal_identification/meal_identification/dataset.py (with a similar file for each project) , and the data was going to be stored in:

RobotPsychologist commented 3 weeks ago

@andytubeee if you're interested.

RobotPsychologist commented 1 week ago

@andytubeee @Phiruby @Tony911029 please check if there is anything that Franz mentioned here that might also be included in the data work as an enhancement.