How do config stumpy to deal with the twin freak problem #355
Replies: 2 comments 6 replies
-
@robroe-tsi Thank you for your question and welcome to the STUMPY community! So, after you compute a matrix profile, say, using
With this
Unfortunately, there is currently no way to use |
Beta Was this translation helpful? Give feedback.
-
You are absolutely right. The method that I proposed does not address this issue.
Yes, Having said all that, we are certainly open to adding a new feature (PRs are also welcome). Here are some implementation challenges off the top of my head:
So, the memory increase may be an issue and it may slow down your matrix profile computation altogether unless their were an efficient approach for updating the "top-K" for each subsequence on-the-fly. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I would like to use stumpy for anomaly detection. Based on the tutorial here https://www.cs.ucr.edu/~eamonn/Matrix_Profile_Tutorial_Part1.pdf page 47 shows the pathological problem when using the MP discords. If two anomalies are close together they can hide each other from having a high MP value. The solution on page 50 could be an option (works by specifying the MP value to the Mth nearest neighbor instead the first NN) but I cant figure out how to do that with the stumpy API. Can you help?
Many thanks and best
Beta Was this translation helpful? Give feedback.
All reactions