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

Faster DTW #19

Open
vancromy opened this issue Jan 4, 2022 · 2 comments
Open

Faster DTW #19

vancromy opened this issue Jan 4, 2022 · 2 comments

Comments

@vancromy
Copy link

vancromy commented Jan 4, 2022

Hello,

Thanks for a really nice repo with an easy-to-use API for quickly generating some metrics on curve similarities. I just thought I would let you know that there is a much faster DTW implementation than the one you are using in this repo which if it covers your needs you should consider replacing with the current implementation:

Link to faster DTW implementation

Carry on the great work! :)

@cjekel
Copy link
Owner

cjekel commented Jan 4, 2022

I think it's a good idea to include fast dtw into this package. We can make that package you link a dependency (since it only requires numpy w/ cython optional), and build a wrapper to ensure it conforms to the api in this package.

I already cite fast dtw, so it would be nice to include it's implementation.

@cjekel
Copy link
Owner

cjekel commented Jan 4, 2022

Does anyone want to contribute this?

Otherwise I'll post and update when I start working on this.

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