π‘ Looking to correlate two 1D arrays (signals, time series, depth series, whatever)? You have lots of options...
pyts
sequentia
β looks interestingdtwalign
dtw-python
similarity_measures
β a bunch of curve distance metricssoft-dtw-divergences
β soft DTW (differentiable)pytorch-softdtw-cuda
β soft DTW (differentiable)simple-dtw
β a gist
simple-dtw
soft-dtw
β soft DTW (differentiable)dtw
pydtw
pydtw
β apparently differentpydtw
β apparently different againpydtw
β I mean...
dxw
β very simple algorithm, no bells or whistles, used for teaching about Python packaging.
Librosa: https://librosa.org/doc/latest/generated/librosa.sequence.dtw.html#librosa.sequence.dtw
Used for audio modeling