-
Notifications
You must be signed in to change notification settings - Fork 0
Investigate possible lossy aggregations #1
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
Comments
From @pietercolpaert : we need features in the snippets to create aggregated versions on the fly. |
Might be interesting to investigate https://github.com/DynamicsAndNeuralSystems/catch22 |
Now that we are switched to JSON as format to store the data points, we can easily re-use existing tooling like Catch22: It requires an array of values, which we can easily extract with JSONPath now:
|
Note that catch22 only deals with:
due to processing overhead of variating time series and multiple ones. |
Yes, I think this aligns very well with what we want to achieve: generic features of this time series snippet |
To save bandwidth, we could have an
tss:SampledSnippet
which provides a resampling based on a certain strategy.The text was updated successfully, but these errors were encountered: