mblondel / soft-dtw

Python implementation of soft-DTW.
BSD 2-Clause "Simplified" License
550 stars 98 forks source link

Datasets with varying lengths #21

Open Deepakgthomas opened 5 years ago

Deepakgthomas commented 5 years ago

I have data with variable number of rows, which cannot be used with the current algorithm for numpy categorizes missing values as NAs. Can we modify the code, so that it can take variable length series.