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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file anomaly_detection_models-0.1.3.tar.gz.
File metadata
- Download URL: anomaly_detection_models-0.1.3.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- 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 |
ee3f3b5d3be102f43da012d64db4816140f5988123bee50230193e3c3523591d
|
|
| MD5 |
a6eeba08dd8bc621ebc1f6e92114fd13
|
|
| BLAKE2b-256 |
936191d021e93458aecdc6211a39d506b35e3ccf4632864b78de411d7da7914d
|
File details
Details for the file anomaly_detection_models-0.1.3-py3-none-any.whl.
File metadata
- Download URL: anomaly_detection_models-0.1.3-py3-none-any.whl
- Upload date:
- Size: 7.4 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 |
beac7087ca6a10791af16c3d91af84f4031753bddff25954e05e7fc030f28a6e
|
|
| MD5 |
5383f4b9134827af812ed438f11e2ac1
|
|
| BLAKE2b-256 |
ab72f569f806ac8c14821737700a32f0acf1200926283d3e45295513db07d49b
|