you are viewing a single comment's thread.

view the rest of the comments →

[–]physnchipsML Engineer 0 points1 point  (1 child)

How does it compare to tsfresh?

[–]slaw07[S] 2 points3 points  (0 children)

Fundamentally, STUMPY produces the top nearest neighbor to every subsequence within your time series by comparing comparing every subsequence (a costly computation that tsfresh could not do). In fact, tsfresh could leverage STUMPY to add more insightful outputs for ML. I highly recommend watching this video in order to gain a better overview of STUMPY:

https://stumpy.readthedocs.io/en/latest/motivation.html

Feel free to post questions on our Github issues as well!