Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

matrixProfile.stomp() gives nan and inf values #91

Closed
ltbd78 opened this issue Feb 7, 2020 · 5 comments
Closed

matrixProfile.stomp() gives nan and inf values #91

ltbd78 opened this issue Feb 7, 2020 · 5 comments

Comments

@ltbd78
Copy link

ltbd78 commented Feb 7, 2020

The following code below gives nan and inf values; am I using this incorrectly?

seconds = np.arange(30)
traffic_light = np.array([0]*15 + [1]*5 + [2]*10)
brake_0 = np.array([0]*15 + [1, 2, 3, 4, 5] + [8, 10, 10, 10, 8, 6, 4, 2, 0, 0])

matrixProfile.stomp(traffic_light, 3)
matrixProfile.stomp(brake_0, 3)

@ltbd78 ltbd78 changed the title matrixProfile.stomp gives nan and inf values matrixProfile.stomp() gives nan and inf values Feb 7, 2020
@vanbenschoten
Copy link
Collaborator

@ltbd78 thanks for the heads up! We're about a week away from a major code release which should fix this problem.

@nikita-smyrnov
Copy link
Contributor

@vanbenschoten Any update on when the major code release will be arriving that fixes this bug?

@vanbenschoten
Copy link
Collaborator

@nikita-smyrnov apologies: the Matrix Profile Foundation is working with Target through a few final details, and we expect that the release will now take place at the end of the month.

@mpieters93
Copy link
Contributor

@vanbenschoten could you give us an update on the planned release?

@vanbenschoten
Copy link
Collaborator

@mpieters93 unfortunately the Matrix Profile Foundation no longer supports this library, and as Target doesn't seem to have any dedicated resources I think it's safe to say that this library is no longer supported overall. That said, the MPF has released a much more powerful Matrix Profile library here: https://github.com/matrix-profile-foundation/matrixprofile . I'd recommend checking it out as we've made many advancements that aren't present in matrixprofile-ts (@ltbd78 for reference, in case this is interesting to you as well).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants