Dblue MLWatch SDK for real-time machine learning model monitoring
Project description
Dblue MLWatch
Real-time Machine Learning model monitoring with Dblue MLWatch
Fot getting started with MLWatch go to https://mlwatch.dblue.ai
Steps
-
Dblue MLWatch Account
To start monitoring your machine learning models with Dblue MLWatch you need a dblue.ai account. If you don't already have one, please contact support
-
Installation
pip install dblue-mlwatch
-
Initialization
from dblue_mlwatch import MLWatch watcher = MLWatch( account='account id received from dblue', api_key='API Key received from dblue', model_id="Model id received from dblue", model_version="Model version specified on dblue" )
Known issues:
Failed to install psutil on mac
# Jump to the correct folder
cd /Library/Developer/CommandLineTools/SDKs
# Move the new SDK out of the way
sudo mv MacOSX10.15.sdk MacOSX10.15.sdk.1
# Link the newer SDK to the old one
sudo ln -s MacOSX10.14.sdk MacOSX10.15.sdk
# Install psutil or the package which depends on it
pip install -U psutil
# Remove the temporary symlink we made in step 3
sudo rm MacOSX10.15.sdk
# Restore to the former state
sudo mv MacOSX10.15.sdk.1 MacOSX10.15.sdk
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
dblue-mlwatch-0.0.10.tar.gz
(17.7 kB
view details)
File details
Details for the file dblue-mlwatch-0.0.10.tar.gz
.
File metadata
- Download URL: dblue-mlwatch-0.0.10.tar.gz
- Upload date:
- Size: 17.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc6ab1014a644e0fe1cae956cb813b65c4df3fea2aeceaf771003faf3110e062 |
|
MD5 | 029b100f8674a03ac2ee5cc6237ff616 |
|
BLAKE2b-256 | 169e3c0ed63250a53e2cff930ac0cd6f81c291182993ec94cf10e422e6135f90 |