MaxBenChrist/Fast-Parallel-DTW-kNN-Python

Sample input df format?

Opened this issue · 6 comments

Thanks so much for sharing the implementation you arrived at here!

I tried using it today, and am having a little trouble understanding the format of df.

Any chance you could either describe what format the df should be in, or share an example df?

Just take a numpy Matrix where every row is a time series.

The target vector y in row i contains the label for the time series in row i

If you not manage to get it running I can look for an example later

I had a look at the code and now understand the confusion. I will refactor it later + add example

Thanks so much! Even just hearing that each row is a time series is very helpful.

I also love your latest commit message :)

Thank you. I will try to refactor the remaining code during the next days.