A library for detecting patterns in time-series data.
Project description
Pattern Detector
pattern_detector is a Python library for detecting patterns in 1-D time-series data using advanced sliding window and similarity computations.
Suggestion of use
Pattern selection is a crucial step for pattern detection algorithms. Try to select stationary start and end points in your signal for sample pattern.
Installation
pip install pattern_detector
Example Usage
import pattern_detector
df = pattern_detector(df, pattern, "column_name_of_pattern")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pattern_detector-0.2.2.tar.gz.
File metadata
- Download URL: pattern_detector-0.2.2.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da950ed6ebed38ecca22ebd5b7b438b6fdf36b6efa6f406ad966756ad45237e7
|
|
| MD5 |
83e399d28e3eaa80662ae717453664ad
|
|
| BLAKE2b-256 |
ff556dfd29fc05c7a35f30e7b0f5f35d842281a5b2c1951d53a4de749341123b
|
File details
Details for the file pattern_detector-0.2.2-py3-none-any.whl.
File metadata
- Download URL: pattern_detector-0.2.2-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b852753ee24fb1a92bf6a03becfb5c6340f6f65b6293e03f6f690a3ecd0dbf4
|
|
| MD5 |
588a78390441c0a570241b0ce94f4646
|
|
| BLAKE2b-256 |
5196be462495b41db58616131456bc3cca5a94e6efcc097410e296456adb155e
|