markdregan / K-Nearest-Neighbors-with-Dynamic-Time-Warping

Python implementation of KNN and DTW classification algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import numpy & scipy in knn_dtw_class.py

stgrmks opened this issue · comments

np.shape & scipy.spatial.distance are being used w/o previous import of those modules.

Thanks for flagging. I'll run through the notebooks in the coming weeks.

Notebook has been updated to fix this issue.
knn_dtw_class.py has been removed to repo to avoid having to update two duplicate sources.

Thanks for flagging @stgrmks