Time series alignment#
The sktime.alignment module contains time series aligners, such as
dynamic time warping aligners.
Naive aligners#
|
Naive strategies for multiple alignment. |
Dynamic time warping#
|
Aligner interface for dtw-python. |
|
Aligner interface for dtw-python using pairwise transformer. |
|
Interface to sktime native dtw aligners, with derivative or weighting. |
Edit distance based aligners#
|
Interface to sktime native edit distance aligners. |