Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 452 Bytes

File metadata and controls

17 lines (13 loc) · 452 Bytes

Detect

This is a simple tutorial for building an anomaly detector using an algorithm inspired by Twitter's Seasonal ESD approach.

The tutorial uses as couple of files available from Numenta's anomaly benchmark repository.
https://github.com/numenta/NAB/tree/master/data

Getting started

bash> virtualenv -p python3 venv
bash> source venv/bin/activate
bash (venv)> pip install -r requirements.txt
bash (venv)> jupyter notebook