Python SDK for sending prediction telemetry to the DataNeurus drift monitoring platform
Project description
Drift Monitor SDK
SDK for sending telemetry to Drift Model Accelerator backend.
Install
pip install -e .
Example
from drift_monitor import DataNeurusMonitor
monitor = DataNeurusMonitor( model_id="fraud_model", model_version_id="v1", endpoint="http://localhost:8000" )
monitor.log_prediction( {"age":45,"income":80000}, prediction=0.72 )
Project details
Release history Release notifications | RSS feed
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 dataneurus_monitor-1.0.0.tar.gz.
File metadata
- Download URL: dataneurus_monitor-1.0.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea2fdcf36acd8de3d958a9728451b028db6bd4acf3516a2767efd914f5a8c50e
|
|
| MD5 |
d001e23c4a531bd97fe6bd25fda55cbc
|
|
| BLAKE2b-256 |
bec41fd2d14071db5dde11e60229cac38e7f1f7581461bc43fcfd2cc263ab053
|
File details
Details for the file dataneurus_monitor-1.0.0-py3-none-any.whl.
File metadata
- Download URL: dataneurus_monitor-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
258dffe3939e27fa4af4e33afb75918a3329fad25f91101a918a8084717eff2f
|
|
| MD5 |
690429a2014e93d79efb6a92663aec6b
|
|
| BLAKE2b-256 |
d5d1a201ebade1986fca2085fdb5b0ebdefa2cecd2d6c7e23ac8714353f05359
|