Clarke Error Grid analysis for glucose prediction models
Project description
Clarke Error Grid
A simple Python implementation of the Clarke Error Grid for evaluating glucose prediction models.
Installation
pip install clarke-error-grid
import clarke_error_grid as ceg
ref = [100, 120, 180]
pred = [110, 130, 160]
plt = ceg.plot(ref, pred)
plt.show()
zones = ceg.zone(ref, pred)
print(zones)
Screenshots
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file clarke_error_grid-0.1.0.tar.gz.
File metadata
- Download URL: clarke_error_grid-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62755a1022ae7ad8017e7ab11254cb38b4428f9f34ba844469d9c044346b2381
|
|
| MD5 |
40be62cd6fc192e1f2d183c227fc80b2
|
|
| BLAKE2b-256 |
493dba6af10cdc2ecb842a22e22e07be868931edeb1c65cc62ad76d11a7d81cf
|
File details
Details for the file clarke_error_grid-0.1.0-py3-none-any.whl.
File metadata
- Download URL: clarke_error_grid-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
868fd8e5c1e058b28c09634f7a30fbe2539f248a328a4575ff99d381498e4597
|
|
| MD5 |
6f89d39729eea30a3cb776327f68cbd3
|
|
| BLAKE2b-256 |
84df9969477c9c255e194e14d4aa4e26cac21d5994376d36cd9fd5cef0668716
|