miriamkw / GluPredKit

GluPredKit aims to make blood glucose model training and prediction more accessible.
MIT License
13 stars 2 forks source link

Refactoring #7

Closed miriamkw closed 1 year ago

miriamkw commented 1 year ago

Evaluator:

Prediction models:

tidepool_parser.py:

Example scripts:

Tests:

Cleanup:

Plots (low priority):

miriamkw commented 1 year ago

Questions:

UML class diagram

miriamkw commented 1 year ago

TO DO: Add a sample of the input for calculating penalties (dataframe with measured and predicted values), and output

miriamkw commented 1 year ago

Notes meeting 19.04:

miriamkw commented 1 year ago

folder of models/evaluation: base classes, implement methods that all models/evaluation will have. base classes. sub classes inherit from bases classes will return a "not implemented" error.

miriamkw commented 1 year ago

Questions for next meeting: