Metadata-Version: 2.1
Name: sranodec
Version: 0.0.1
Summary: Anonmaly Detection by Spectral Residual
Home-page: https://github.com/y-bar/spectral-residual
Maintainer: Takahiro Yoshinaga
Maintainer-email: t.yoshinaga0106@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy

# spectral-residual
[![Travis-CI Build
Status](https://travis-ci.org/y-bar/spectral-residual.svg?branch=master)](https://travis-ci.com/y-bar/spectral-residual)

Spectral Residual as Anomaly Detection

## Introduction
The algorithm is based on the following paper

Hansheng Ren, Bixiong Xu, Yujing Wang, Chao Yi, Congrui Huang, Xiaoyu Kou, Tony Xing, Mao Yang, Jie Tong, Qi Zhang. Time-Series Anomaly Detection Service at Microsoft." 
arXiv preprint [arXiv:1906.03821](https://arxiv.org/abs/1906.03821) (2019).


## Examples
Example jupyter notebooks are located [here](https://github.com/yoshinaga0106/sr/tree/master/notebook)


## Installation
```bash
$ pip install sranodec
```

## Notes
I also want to add SR-CNN.


