Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 798 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 798 Bytes

BGPrediction

This code base is the Blood Glucose Prediction for the BMBF Glycorec project.

For more information on the background, please refer to our publication:

Nguyen, T., & Rokicki, M. (2018). On the Predictability of non-CGM Diabetes Data for Personalized Recommendation. CIKM 2018 Workshops.

Prerequisites

Python (== 2.7),
NumPy (>= 1.8.2),
SciPy (>= 0.13.3),
Scikit-learn (>=0.16),
APScheduler (>=3.3.0),
mysql-connector-python (>=2.0),
Pandas (>=0.12.0).

Getting Started

Add the project folder to the Python path:

export PYTHONPATH=$PYTHONPATH:/path/to/the/project

Setup backend MySQL database

TBA

Supported Models

TBA