KDD-OpenSource / DeepADoTS

Repository of the paper "A Systematic Evaluation of Deep Anomaly Detection Methods for Time Series".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extremeness: Instead of setting x_t to 10, set x_t to x_(t-1) + 10

WGierke opened this issue · comments

Set the outlier depending on its predecessor, otherwise the peak might not be significant enough if the local neighborhood is around this point.