Time Series Pattern Recognition (Python)

My question is similar to this one , but with much more noise. Basically, I want to extract duplicate "saw" patterns from a time series. They look like this: Example 1Example 2Example 3

I don't have any tagged data, but all templates have one thing in common. The sharp rise was accompanied by a slow decline, which is repeated for some time. (Also recognized in the step function in purple below the figure).

How can I extract these patterns from a large batch of different time series? Preferably in Python. I would rather not spend days creating the model, so the simpler the better :)

+3
python time-series pattern-recognition


source to share


No one has answered this question yet

See similar questions:

49
Pattern recognition in time series

or similar:

5504
Does Python have a ternary conditional operator?
5231
What are metaclasses in Python?
4473
Calling an external command in Python
3790
How can I safely create a subdirectory?
3602
Does Python have a substring method "contains"?
3119
What is the difference between Python list methods that are appended and expanded?
2818
Finding the index of an element by specifying the list that contains it in Python
2601
How can I make a time delay in Python?
2568
How to find the current time in Python
2097
Is there a way to run Python on Android?



All Articles
Loading...
X
Show
Funny
Dev
Pics