Does anyone know of a python library that has DTW implementation? mlpy seems to have what I’m looking for, but I can’t seem to install it correctly — currently awaiting replies from the mailing list so I thought I would scope out other libraries.
Share
For the record, I have been able to use a mashup of R, DTW in R, and rpy2. Working with R in Python is surprisingly simple and extends python’s statistical capabilities considerably. Here’s an example of finding the distance between an offset noisy sine and cosine series: