Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samuelschlesinger/martingale-anomaly-detection

A small project to use martingale sequences to detect anomalies in data streams.
https://github.com/samuelschlesinger/martingale-anomaly-detection

Last synced: 20 days ago
JSON representation

A small project to use martingale sequences to detect anomalies in data streams.

Awesome Lists containing this project

README

        

# Anomaly Detection

This work is based off of
[Detecting Changes in Unlabeled Data Streams using Martingale](https://www.ijcai.org/Proceedings/07/Papers/308.pdf)
by Shen-Shyang Ho and Harry Wechsler. It works okay, but not nearly as well as I'd expect given the results in
their paper.