Glucose Level Prediction
This workflow reads in the diabetes subset from the Dubosson data set, which contains glucose measurements, as well as several sensor measurements like heartrate, breathing rate, activity and acceleration.
The exploration Component generates an overview of all the different measurements and lets the user filter the data by date and patient. To update the view without closing the window, the "Refresh Button" can be used.
Afterwards an LSTM network is trained using 15 minutes of blood glucose measurements. The goal is to predict the next 15 minutes of blood glucose levels for each patient.
The data is split into training and test set by taking 80% of the data for each patient from the top as training set and the remaining 20% as test set. "Diabetes_Patient_008" is not included in the training/testing process. This patient will be used for validation purposes.
At the end, the model performance is displayed in an interactive view. In this view different Patient IDs can be selected and the corresponding Line Plot, as well as the RMSE score is shown. Also the results for "Diabetes_Patient_008", which is used for validation, is shown via a Line Plot.
To learn more about this workflow, please read: https://www.knime.com/blog/predict-blood-glucose-lstm-cgm-data
The data is available for download from:
https://zenodo.org/records/5651217/files/diabetes_subset_pictures-glucose-food-insulin.zip?download=1
https://zenodo.org/records/5651217/files/healthy_subset_sensor_data.zip?download=1
URL: Dubosson Dataset https://github.com/irinagain/Awesome-CGM/wiki/Dubosson-(2018)
URL: The open D1NAMO dataset: A multi-modal dataset for research on non-invasive type 1 diabetes management https://www.sciencedirect.com/science/article/pii/S2352914818301059
To use this workflow in KNIME, download it from the below URL and open it in KNIME:
Download WorkflowDeploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.