wannesm / dtaidistance

Time series distances: Dynamic Time Warping (fast DTW implementation in C)
Other
1.08k stars 184 forks source link

sktime interface #98

Open mloning opened 3 years ago

mloning commented 3 years ago

Hi everyone,

Your package looks really good and we're thinking about interfacing your package in sktime to make use of the time series distance functions you provide, and potentially also the clustering algorithms (see https://github.com/alan-turing-institute/sktime/issues/501).

cc @chrisholder

wannesm commented 3 years ago

Hi @mloning ,

Sounds interesting and exciting. We started using sktime for some research tasks and teaching assignments and are satisfied users. So we are willing to provide updates and features to make this process easier. Our current focus is on our own projects (i.e. fast C-versions), and while we try to make it reusable, some functionality might be missing because we didn't yet need it (e.g. we don't have a predict method for clustering although that's easy to implement).

W.r.t. your questions:

mloning commented 3 years ago

Thanks @wannesm, sounds good! @chrisholder will start working on it over the next few weeks, we'll report back if we have more questions!