Skip to content

Code for the continuous glucose prediction study published in PLOS One.

Notifications You must be signed in to change notification settings

wptmdoorn/glucose_machine_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Machine Learning versus Physicians

This repository contains the code and resources for our project titled: "Machine-learning based glucose predition". The project uses continuous glucose and physical activity data to predict glucose levels in patients with type 2 diabetes mellitus. The project is part of the Maastricht Study, a large-scale, prospective, observational cohort study that focuses on the etiology, pathophysiology, complications and comorbidities of type 2 diabetes mellitus.

This work is based on the paper:

"Machine learning-based glucose prediction with use of continuous glucose and physical activity monitoring data: The Maastricht Study"
Published in PLoS One. 2021 Jun 24;16(6):e0253125. DOI: 10.1371/journal.pone.0253125

Repository Structure

algorithms/
Contains various versions of the algorithm and the associated results.

data/
Holds all the data files used in the project, including laboratory data from the emergency department, clinical and baseline data from the ED sepsis study, and data from the questionnaires from the internists.

docs/
Includes all the necessary documentation for this project, as well as documentation from external packages and/or software systems.

figures/
Stores all the figures produced by the different experiments conducted in our study.

models/
Contains the specific files with pre-processed data that serve as "data models" (i.e., not as an algorithm, but e.g., the lab or lab + clinical datasets). TODO: consider renaming this to 'datasets'

notebooks/
Holds all Jupyter notebooks used during the project. These were mainly involved during code design and simple experiments.

src/
Contains all the source code from the project.

About

Code for the continuous glucose prediction study published in PLOS One.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages