matrixprofile-ts icon indicating copy to clipboard operation
matrixprofile-ts copied to clipboard

ValueError: Length of values does not match length of index

Open hn2 opened this issue 4 years ago • 1 comments

In:

mp = matrixProfile.stomp(pattern,m) mtfs ,motif_d = motifs.motifs(pattern, mp, max_motifs=10)

self._set_item(key, value) value = self._sanitize_column(key, value) alue = sanitize_index(value, self.index, copy=False)

Any idea how to solve this?

hn2 avatar Apr 05 '20 10:04 hn2

Hi @hn2 - this library is no longer actively maintained. I'd encourage you to try out this Python implementation of the Matrix Profile and raise an issue there if you run into challenges: https://github.com/matrix-profile-foundation/matrixprofile

vanbenschoten avatar Sep 09 '20 13:09 vanbenschoten