Skip to content

Pattern matching for multidimensional time series #630

Answered by seanlaw
huberl asked this question in Q&A
Discussion options

You must be logged in to vote

@huberl Thank you for your question and welcome to the STUMPY community. Can you please tell me which version of STUMPY you currently have installed?

In Python:

import stumpy
print(stumpy.__version__)

I believe that stumpy.match should be able to handle multi-dimensional time series starting around version 1.11.x (thanks to some excellent work by @mihailescum and @SaVoAMP) but would fail with older versions. However, please note that stumpy.match will compute the average distance (averaged across all 10 dimensions) as this is consistent with the definition put forth by the original "matrix profile" authors.

Alternatively, if this doesn't suit your needs then I recommend taking a look at …

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by huberl
Comment options

You must be logged in to vote
1 reply
@seanlaw
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants