glc_sensor_measurements

Purpose

Why do we need the package?

Example

To ease the usage this package tries to follow the guidelines of scikit-learn estimators https://scikit-learn.org/stable/developers/develop.html. In practise the usage looks like this:

import glc_sensor_measurements

trained_model = glc_sensor_measurements.models.ExponentialDecay().fit(points_in_time, labels)
trained_model.predict(points_in_time)

Features

The package implements the following methods

  • something

  • something more

Installation

Install the glucose package using pip by

cd glc_sensor_measurements
pip install -e .

Here we assume that you want to install the package in editable mode, because you would like to contribute to it. This package is not available on PyPI, it might be in the future, though.

Contribute

Support

If you encounter issues, please let us know.

Indices and tables