You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
First off, awesome project! As the documentation mentions, using DTW is computationally expensive. Would the project benefit from using other timeseries indexing methodologies such as Symbolic Aggregate Approximation? In this case, you can transform and discretize time-series data to string representations and perform string-based indexed search.
Let me know what your thoughts are. I'd be happy to submit a PR to implement this.
Cheers!
The text was updated successfully, but these errors were encountered:
@slnovak I'm always happy to consider new algorithms - I'm not particularly familiar with that specific one, but if you were to create a PR that added it alongside the existing algorithms as an option I'd be happy to take a look at it :)
If this algorithm would require additional / differently formatted data being stored in ES please give me a heads up so we can talk about it in a little more detail :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First off, awesome project! As the documentation mentions, using DTW is computationally expensive. Would the project benefit from using other timeseries indexing methodologies such as Symbolic Aggregate Approximation? In this case, you can transform and discretize time-series data to string representations and perform string-based indexed search.
Let me know what your thoughts are. I'd be happy to submit a PR to implement this.
Cheers!
The text was updated successfully, but these errors were encountered: