K-Nearest-Neighbors-with-Dynamic-Time-Warping
K-Nearest-Neighbors-with-Dynamic-Time-Warping copied to clipboard
Python implementation of KNN and DTW classification algorithm
Hi, Perhaps I'm not understanding your code properly, but I was hoping you could clear some things up. When performing DTW on the dataset you read in `data/UCI-HAR-Dataset/train/X_train.txt` - This...
will it work for multivariate time series classification for example mixture of categorical and continues data? for example at time t1 we have observation: red, 2.4 , 5, 12.456 and...
hey, thanks for the wonderful tutorial, I am wondering how to save once the model is trained, I tried using joblib (sklearn), after saving whenever I am loading the model...
I am new to Dynamic Time Warping and your note helps quite a lot. Thank you for your sharing. My input data is 3-D, having shape of (n_samples, n_timesteps,n_features). I...
First of all, thanks for this wonderful example. I have downloaded it and tried to run under python 3.6. It shows an unresolved error in the following line: dm =...
This is the error i am getting while trying to execute the code posted here. Please help me resolve that asap
Hi Mark, Glad to know you...am NOT a proficient python user however I'm quite familiar in writing and running few scripts in Ipython Notebook. I came across your k-NN+DTW classifier...