Skip to main content

Algorithm monitoring by tracking variable value likelihoods.

Project description

Sanetinel

The sentinel that keeps you sane when tracking down unexpected behavior in algorithms.

Sanetinel is a simple sanity-check system for monitoring your algorithms.

This is a proof of concept version and is not stable

from sanetinel import sanetinel

s = sanetinel('algorithm')
s.train()
s.log('variable', 1)
s.log('variable', 2)
s.log('variable', 3)
s.test()
s.log('variable', 100)

Building

Installation: pip install --user --upgrade setuptools wheel

Build with: python setup.py sdist bdist_wheel

License

(c) 2020 Simon Rovder, James Renwick

This library is licensed under the GPL-3.0 license.

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

sanetinel-0.1.9.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

sanetinel-0.1.9-py3-none-any.whl (22.4 kB view hashes)

Uploaded Python 3

Supported by

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