Skip to main content

Models for anomaly detection; see e.g. https://arxiv.org/abs/2009.02205

Project description

anomaly_detection_models

Repository with some useful anomaly detection model definitions.

install

for latest stable version

pip install anomaly_detection_models [--user]

for most recent version, use

git clone git@github.com:luclepot/anomaly_detection_models.git
pip install . [--user] 

with the --user argument specifying local installation.

usage

import models directly or subclass anomaly_detection_base to make a new model (instructions in-source)

example

see demos/test.ipynb for an example. general usage is like sklearn, as

from anomaly_detection_models import SACWoLa

sacwola = SACWoLa(epochs=10, lambda_=1.2)
sacwola.fit(x, y_sim, y_sb)

pred = sacwola.predict(x_test)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

anomaly_detection_models-0.1.4-py3-none-any.whl (7.5 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