Skip to main content

The NannyML library, monitoring model performance since 2020.

Project description

PyPI - License

WebsiteDocsCommunity Slack

Basic overview

NannyML helps you monitor your ML models in production by:

  • estimating performance in absence of ground truth
  • calculating realized performance metrics
  • detecting data drift on model inputs, model outputs and targets

Installing the latest stable release

pip install nannyml

Installing the latest development version

python -m pip install git+https://github.com/NannyML/nannyml

Getting started

import nannyml as nml
import pandas as pd

# Load some data
reference_data, analysis_data, _ = nml.load_synthetic_sample()
data = pd.concat([reference_data, analysis_data])
metadata = nml.extract_metadata(reference_data)

# Estimate performance
estimator = nml.CBPE(metadata).fit(reference_data)
estimates = estimator.estimate(data)

estimates.plot(kind='performance').show()

Examples

Development setup

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

nannyml-0.3.2.tar.gz (5.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nannyml-0.3.2-py3-none-any.whl (5.8 MB view details)

Uploaded Python 3

File details

Details for the file nannyml-0.3.2.tar.gz.

File metadata

  • Download URL: nannyml-0.3.2.tar.gz
  • Upload date:
  • Size: 5.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for nannyml-0.3.2.tar.gz
Algorithm Hash digest
SHA256 773da35cd8cb1ad78d0780f0ef5eed4d07d3f150389325a2f17f673660e71c54
MD5 391533c376ef9283e17afa1086065317
BLAKE2b-256 6e933152f62da7fae79fee712a8acd8f5d4bb69645ec7ffd73385dfe17f07518

See more details on using hashes here.

File details

Details for the file nannyml-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: nannyml-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 5.8 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for nannyml-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f6b16c36b17b6907842619d66324194dc9a63f7e00ac9f266cf9d8b8c0245971
MD5 eb61ef0ef1648881e73dc5638151d212
BLAKE2b-256 75b3f50bcf9aa0fce7605bfd873dcdaf250c7faed1b1f7fdd7a640d9ccf83890

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page