Skip to main content

An anomaly detection package for data streams.

Project description

StreamAD

StreamAD Logo

Anomaly detection for data streams/time series. Detectors process the univariate or multivariate data one by one to simulte a real-time scene.

Documentation

PyPI PyPI - Python Version PyPI - Implementation

Read the Docs GitHub Downloads

example workflow codecov Maintainability FOSSA Status


Installation

The stable version can be installed from PyPI:

pip install streamad

The development version can be installed from GitHub:

pip install git+https://github.com/Fengrui-Liu/StreamAD

Quick Start

Start once detection within 5 lines of code. You can find more example with visualization results here.

from streamad.util import StreamGenerator, UnivariateDS
from streamad.model import SpotDetector

ds = UnivariateDS()
stream = StreamGenerator(ds.data)
model = SpotDetector()

for x in stream.iter_item():
    score = model.fit_score(x)

Models

For univariate time series

If you want to detect multivarite time series with these models, you need to apply them on each feature separately.

Model Example API Usage Paper
KNNCAD streamad.model.KNNDetector Conformalized density- and distance-based anomaly detection in time-series data
SPOT streamad.model.SpotDetector Anomaly detection in streams with extreme value theory
Spectral Residual streamad.model.SRDetector Time-series anomaly detection service at microsoft
Z score streamad.model.ZScoreDetector Standard score
One-class SVM streamad.model.OCSVMDetector One-class SVM
MAD streamad.model.MadDetector Median absolute deviation
SARIMAX streamad.model.SArimaDetector Seasonal Arima Detector

For multivariate time series

These models are compatible with univariate time series.

Models Example API Usage Paper
xStream streamad.model.xStramDetector Xstream: outlier detection in feature-evolving data streams
RShash streamad.model.RShashDetector Subspace Outlier Detection in Linear Time with Randomized Hashing
HSTree streamad.model.HSTreeDetector Fast Anomaly Detection for Streaming Data
LODA streamad.model.LodaDetector Lightweight on-line detector of anomalies
RRCF streamad.model.RrcfDetector Robust random cut forest based anomaly detection on streams

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

streamad-0.3.1.tar.gz (49.7 kB view details)

Uploaded Source

Built Distribution

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

streamad-0.3.1-py3-none-any.whl (60.0 kB view details)

Uploaded Python 3

File details

Details for the file streamad-0.3.1.tar.gz.

File metadata

  • Download URL: streamad-0.3.1.tar.gz
  • Upload date:
  • Size: 49.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.11.0 Linux/5.15.0-1037-azure

File hashes

Hashes for streamad-0.3.1.tar.gz
Algorithm Hash digest
SHA256 0bcccf8d77f749a785040a09e2b3a2a8af22d2a96af2e15bef1423ce73fb82a5
MD5 02173271cbe3d582c9d874d5b8c3ebef
BLAKE2b-256 e2174024cbdee1b23524d9f9d171deb9f3bbe7fd69ef8dc00525c1e3b84b4f50

See more details on using hashes here.

File details

Details for the file streamad-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: streamad-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 60.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.11.0 Linux/5.15.0-1037-azure

File hashes

Hashes for streamad-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7f776794824c7e623aba4b9abcd6a20b415cc62803316b74b8c288ffe42ddd90
MD5 443690964c3f9efe4fb9121b677a65eb
BLAKE2b-256 f6b3e84bfe275dbd925a9fbcf6418fceecbbdccffcb1ea17ad2ec0da26fb9c60

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