pattern_detector is a Python library for detecting patterns in 1-D time-series data using advanced sliding window and similarity computations.
Pattern selection is a crucial step for pattern detection algorithms. Try to select stationary start and end points in your signal for sample pattern.
pip install pattern_detector