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
File details
Details for the file anomaly_detection_models-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: anomaly_detection_models-0.1.4-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98ab46834e670023397f6de5dc6ab3ae3fa09420c2904727affb5c2053ac1417 |
|
MD5 | b912e1643ee2c78aed9556a9975d1172 |
|
BLAKE2b-256 | a12260f563038a28c91ad621075be43fb7e8facf8e080dbe7405d7fc0284890c |