How to apply Multidimensional Motif Discovery for multiple data points? #526
luomein
started this conversation in
Help: Best Practices
Replies: 1 comment 6 replies
-
@luomein Welcome to the STUMPY community and thank you for your question. The first thing that I recommend you do is to go over both the "Multidimensional Motif Discovery Tutorial" (which I believe you had already referenced) and then understand the basic concepts in "Fast Pattern Matching". Then, I recommend going through this other discussion that goes into some detail about finding other matching patterns for a given motif. Then, feel free to ask clarifying questions and provide code examples of what you've tried and we'll do our best to assist. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for the interesting library. I read in the Multidimensional Motif Discovery sample code, it says, "we restrict our use of 'dimensions' to refer only to the number of time series and not to the number of data points". But what if I need to apply the algorithm for multiple data points, how could I do it?
For example, if I want to find same failure pattern(motif) across all failed devices, how could I apply stumpy for this kind of task? Thanks for your advice.
Beta Was this translation helpful? Give feedback.
All reactions