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

Support sparse data formats #12

Open
mih opened this issue Jun 26, 2019 · 0 comments
Open

Support sparse data formats #12

mih opened this issue Jun 26, 2019 · 0 comments

Comments

@mih
Copy link
Contributor

mih commented Jun 26, 2019

At the moment a constant sampling rate is assumed, due to our choice of input format (one sample per line, no time column). However, sparse data formats could be supported by converting then to a dense timeseries array on the fly.

Alternatively, we could modify the algorithm itself to operate on sparse timeseries (with potential gains in terms of memory load). That should not be a major change, but I guess the required effort is larger than the convert-on-load solution.

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

1 participant