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

Better support for composite dataflow variables and time series #296

Closed
sirinath opened this issue Nov 19, 2015 · 2 comments
Closed

Better support for composite dataflow variables and time series #296

sirinath opened this issue Nov 19, 2015 · 2 comments

Comments

@sirinath
Copy link

Perhaps you can have better support for composite data flow variables. E.g. modelling a moving window multivariate time-series, where you have a series of vectors and as new vectors are added calculations are triggered only for values which need re calculation. Also if a calculation is dependent on a slice updates are propagated in the most optimal way that only the needed data is recalculated.

The composite values can be:

  • Same type:
    • Vectors
    • Matrices
    • Arrays
    • Series
    • Data frames
    • Slices
  • Different types:
    • Tuples (also series with different types)
    • Tables (also Data Frames with different types)
    • Views (slices with different types)
@sirinath
Copy link
Author

This can include dataflow optimised data structures.

@girving
Copy link
Contributor

girving commented Mar 8, 2016

This is somewhat covered by the queue functionality.

@girving girving closed this as completed Mar 8, 2016
darkbuck pushed a commit to darkbuck/tensorflow that referenced this issue Jan 23, 2020
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