DMelt:DataAnalysis/Anomaly Detection
Anomaly detection
Anomaly_detection is (also outlier detection ) is the identification of rare items, events or observations which raise suspicions by differing significantly from the majority of the data. DatMelt includes EGADS library that can be called from any Java script. The library includes a collection of time-series and anomaly detection models that are applicable to a wide-range of use cases.
To run EGADS library [1], you need a configuration file (which defines what to do to your data), and the actual time-series data.
Here is a simple example that downloads a configuration file and a CVS data. Then it runs an algorithm give in the configuration file. One can also customize the type of output:
The code produces a GUI image with the original time series data and with anomaly detected features.
- ↑ Generic and Scalable Framework for Automated Time-series Anomaly Detection by Nikolay Laptev, Saeed Amizadeh, Ian Flint , KDD 2015