Marcnuth / AnomalyDetection

Twitter's Anomaly Detection in Pure Python
Apache License 2.0
304 stars 76 forks source link
anomalydetection cusum python s-h-esd statistics timeseries

Anomaly Detection for Python

PyPI - Downloads

Introduction

Twitter's Anomaly Detection is easy to use, but it's a R library.

Although there are some repos for python to run twitter's anomaly detection algorithm, but those libraies requires R installed.

This repo aims for rewriting twitter's Anomaly Detection algorithms in Python, and providing same functions for user.

Install

pip3 install tad

Usage

import tad