Skip to content

vviggyy/postprandial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fun project analyzing the recent CGMacros Dataset. Contained here is:

  • exploratory analysis/visualization of CGM data for participants (including markers for meal times, postprandial spikes, healthy/unhealthy ranges)
  • simple -> complex modeling attempts to use given markers to predict severity of postprandial spike, including:
    • naive linear regression
    • xgboost regression (+ classification on discretized set)
    • MLP (trained on just meal macros)
    • MLP (trained on meal macros + biomarkers)
    • hybrid LSTM+MLP (trained on past 75 min of CGM data + meal macros + biomarkers)
  • current best result: MAE < 29 mg/dL, comparable to existing CGMs' margin

🍩

About

progressively more complex attempts at predicting postprandial glucose spikes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors