https://github.com/krzjoa/sciquence
Time series & sequence processing in Python ðŸ—
https://github.com/krzjoa/sciquence
dynamic-time-warping machine-learning python scikit-learn sequence-search sequences time-series
Last synced: 3 months ago
JSON representation
Time series & sequence processing in Python ðŸ—
- Host: GitHub
- URL: https://github.com/krzjoa/sciquence
- Owner: krzjoa
- License: mit
- Created: 2016-12-22T23:19:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T08:11:39.000Z (over 3 years ago)
- Last Synced: 2025-02-21T16:13:47.385Z (4 months ago)
- Topics: dynamic-time-warping, machine-learning, python, scikit-learn, sequence-search, sequences, time-series
- Language: Python
- Homepage: https://sciquence.readthedocs.io
- Size: 903 KB
- Stars: 5
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sciquence

[](https://badge.fury.io/py/sciquence)
[](https://travis-ci.org/krzjoa/sciquence)
[]( http://sciquence.readthedocs.io/en/latest)
[](https://opensource.org/licenses/MIT)Time series & sequences processing in Python.
## Features
* Sequence manipulation functions: splitting, cutting etc.
* Searching algorithms, e.g.: longest subsequence with given minimal mean threshold
* Dynamic Time Warping
* Representations: PAA, SAX
* Classifiers: SAX-VSM classifier## Installation
To install current bleeding-edge *sciquence* version, simply use command::```bash
sudo pip install git+https://github.com/krzjoa/sciquence.git
```