Contents

dtw 1.4.0

0

Python DTW Module

The dtw Python package is a powerful tool for handling time-series data. It offers a complete implementation of Dynamic Time Warping (DTW) algorithms, which are used to optimally map one time-series (query) onto another (reference) by applying local stretch or compression to the time axes. This package is a Python equivalent of the R's DTW package and doesn't depend on any other Python packages. It's a great tool for any Python developer working with time-series data.

Stars: 1223, Watchers: 1223, Forks: 234, Open Issues: 16

The pollen-robotics/dtw repo was created 11 years ago and the last code push was 1 years ago.
The project is very popular with an impressive 1223 github stars!

How to Install dtw

You can install dtw using pip

pip install dtw

or add it to a project with poetry

poetry add dtw

Package Details

Author
Pierre Rouanet
License
GNU GENERAL PUBLIC LICENSE Version 3
Homepage
https://github.com/pierre-rouanet/dtw
PyPi:
https://pypi.org/project/dtw/
GitHub Repo:
https://github.com/pierre-rouanet/dtw

Classifiers

  • Scientific/Engineering
No  dtw  pypi packages just yet.

Errors

A list of common dtw errors.

Code Examples

Here are some dtw code examples and snippets.

Related Packages & Articles

adtk 0.6.2

A package for unsupervised time series anomaly detection

deepdiff 8.6.1

Deep Difference and Search of any Python object/data. Recreate objects by adding adding deltas to each other.