Replies: 6 comments
-
@hmcoservit Moving the discussion here as the other issue is focused on implementing non-normalized distances. So, since matrix profiles mainly look at subsequences, if you are looking for (roughly) single point peaks in a time series then matrix profiles are not a good approach. Have you ever looked at: Or Perhaps, you can provide some examples that we can explore together? I am sure that this will help others as well |
Beta Was this translation helpful? Give feedback.
-
@seanlaw excluding contextual anomalies in time series, the target is to detect collective and point anomalies. The effect of z-normalization might be more visible when either the sub sequence value is too small or there are flat regions in the time series as discussed in this paper. They propose a new solution to overcome this in the case of anomaly detection. Another thing that can be done to overcome this is to increase the sub sequence length to a long period, but doing so would eventually add delays to detection as new points coming in do not update the MP values right away. Regarding Netflix's solution, is is mainly for processing data in batches, and unsuitable for real-time streaming applications according to this article . And for Twitter's one, it doesn't seem to be maintained and has been known to perform worse than RRCF according to NAB. I will try to share some visual examples here as soon as possible ;) |
Beta Was this translation helpful? Give feedback.
-
@hmcoservit I'm going to close this for now but please feel free to re-open when you have some examples to share |
Beta Was this translation helpful? Give feedback.
-
@seanlaw Thanks Sean, for sure. |
Beta Was this translation helpful? Give feedback.
-
@seanlaw let me share a few examples here (simulating data as a stream), it would be great to have your opinion:
It can be seen that the anomaly region is not evident in most of the matrix profile value probably due to Z-normalization. And finding robust parameters for m and moving average is difficult. I am very curious to see if aampi can better detect the start of collective anomalies or point anomalies. |
Beta Was this translation helpful? Give feedback.
-
@hmcoservit Thank you for the context. I took at stab at implementing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@hmcoservit originally wrote:
Beta Was this translation helpful? Give feedback.
All reactions