Levels
Based on: https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.2005143#references
Objective was to predict responses to foods using clinical + nutrition + CGM data
File summary:
- main.py runs everything (except unit tests)
- data_loader.py reads .tsv and .db files and performs some data processing/cleaning
- eda.py performs exploratory data analysis
- model.py performs feature eng and has the logistic classifier that was use
- unittests.py has a couple sample unit tests