Author: Ilker Demirel ([email protected])
To install requirements:
pip install -r requirements.txt
We use the python implementation of the UVa/PADOVA simulator, which is available under MIT License at simglucose. We obtained the simulator outputs for different patient, meal event, insulin intake triples and saved the results in the following directories,
/experiments/calc_res/
/experiments/calc_res_clinician_data/
We have two distinct notebooks for the experiments, one being for the clinician experiment.
/experiments/clinician_comparison/clinician_comparison.ipynb
/experiments/MME/MME.ipynb
You can run these notebooks to reproduce the results, which will be saved under the same parent directory.
The necessary data to obtain the plots and the numerical results in the table is already available under the aforementioned directories. One can run the experiments as described before to reproduce the results. Finally, to obtain the plots and the numerical results in the table, it is sufficient to run a single noteboook in the following directory,
/experiments/plot.ipynb