Skip to content

This code is part of my project for the Statistical and Machine Learning Models for Time Series Analysis PhD Exam.

License

Notifications You must be signed in to change notification settings

francesco-vaselli/GlucoseGuard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GlucoseGuard

Made with MkDocs

This code is part of my project for the Statistical and Machine Learning Models for Time Series Analysis PhD Exam.

The reliable prediction of glucose levels in diabetes patients remains a pivotal challenge in biomedical engineering and healthcare informatics. Traditional predictive models have often suffered from inaccuracies and an inability to generalize across different physiological characteristics inherent in patient-specific data. The implications of these shortcomings are nontrivial and bear significant ramifications for clinical decision-making. In the following, we start from a reference paper and we try to reproduce and expand the work already done, to achieve accurate and robust time series forecasting for blood sugar levels prediction.

The problem is illustrated in the Figure below. We have a series of Blood Glucose Readings at 5 minutes timestamps. We take as input the values of the previous half-hour ("Sampling Horizon") and perform a regression on the following half-hour values ("Prediciton Horizon"). We can also treat the problem as a classification by looking at where our predictions fall: either above or below the Hypoglicemia threshold (80 mg/dL).

The problem

We acknowledge the use of the OpenAPS Data Commons dataset, and we would like to publicly thank the authors and the contributors for the effort of gathering so many real-world patient data and making them accessible.

We acknowledge the use of the OhioT1DM dataset for comparison with the reference paper, and we thank the University of Ohio for granting us access to the dataset.

Part of the codebase is inspired from AccurateBG which is released under MIT license

About

This code is part of my project for the Statistical and Machine Learning Models for Time Series Analysis PhD Exam.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published