An open API service indexing awesome lists of open source software.

https://github.com/marcnuth/anomalydetection

Twitter's Anomaly Detection in Pure Python
https://github.com/marcnuth/anomalydetection

anomalydetection cusum python s-h-esd statistics timeseries

Last synced: about 2 months ago
JSON representation

Twitter's Anomaly Detection in Pure Python

Awesome Lists containing this project

README

        

# Anomaly Detection for Python

![PyPI - Downloads](https://img.shields.io/pypi/dm/tad?color=lightgreen&label=PyPI)

## 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
```