/cgm_analysis

Primary LanguageJupyter Notebook

CGM Analysis

Data

First put all data in the "$PROJ_ROOT/data" directory, like "$PROJ_ROOT/data/type1/subjectx/".

Training

python src/train.py

Testing

# calculate the mean and std of predictions
python src/test.py

Visualize predicted outcomes of different factors

python src/test_outcomes.py

Obsolete programs

The original program is put under the "obsolete" directory.