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: 1117, Watchers: 1117, Forks: 230, Open Issues: 13

The pollen-robotics/dtw repo was created 9 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 1117 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.

GitHub Issues

The dtw package has 13 open issues on GitHub

  • Getting unexpected keyword argument "dist" error.
  • Could you kindly suggest how to adapt my own distance matrix for dtw function?

See more issues on GitHub

Related Packages & Articles

adtk 0.6.2

A package for unsupervised time series anomaly detection

deepdiff 7.0.1

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