matrix-profile-foundation / matrixprofile

A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone.
https://matrixprofile.org
Apache License 2.0
362 stars 62 forks source link

Snippets - visualization #26

Closed tylerwmarrs closed 4 years ago

tylerwmarrs commented 4 years ago

Right now there is not a default plot for snippets results. #23 brought this to our attention as a desired feature. The paper has some good example plots we could try to recreate.

https://www.cs.ucr.edu/~eamonn/Time_Series_Snippets_10pages.pdf

NimaSarajpoor commented 4 years ago

Hi @tylerwmarrs,

I think this issue depends on issue #25 as well. After extracting sequences similar to the selected snippets, we can do the plot. Plotting sequences similar to the snippets give the reader a rough idea about the frequency of their appearance in the time series data.

Best, Nima