Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distance-based classification methods #154

Open
bnaul opened this issue Mar 14, 2016 · 1 comment
Open

Distance-based classification methods #154

bnaul opened this issue Mar 14, 2016 · 1 comment

Comments

@bnaul
Copy link
Contributor

bnaul commented Mar 14, 2016

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
Copy link
Contributor

stefanv commented Mar 14, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants