cesium-ml / cesium

Machine Learning Time-Series Platform
Other
669 stars 101 forks source link

Distance-based classification methods #154

Open bnaul opened 8 years ago

bnaul commented 8 years ago

It seems that in practice the most popular methods for time series classification are distance-based, typically using 1-NN with Euclidian or dynamic time warping distance. These don't exactly fit into our machine learning approach, but perhaps it would be useful to add these types of methods for the purpose of reproducing other studies / demonstrating improvements over these baselines?

stefanv commented 8 years ago

We've had a few false starts on DTW, which may be a good place to begin: