Giter VIP home page Giter VIP logo

Comments (4)

SylvainCorlay avatar SylvainCorlay commented on May 18, 2024

@sirinath thanks for your feedback.

Can you elaborate on what you mean by push and pull evaluation?

from xtensor.

sirinath avatar sirinath commented on May 18, 2024

Push - when new data become available this triggers evaluation
Pull - when new items is needed (pulled) the rest is evaluated

Also ideally you should be able to have time based dimensions across where data is streamed.

from xtensor.

JohanMabille avatar JohanMabille commented on May 18, 2024

I think this should be implemented in a side-project as an extension to xtensor. A possible solution would be adapters on these times series that permits to plug them in the xtensor expression system and trigger the evaluation when needed.

@sirinath I close this issue since it's not something we plan to implement here, but I keep the idea in mind in case I have some time to implement it. In the meanwhile, feel free to propose an implementation if you have some time to do it.

from xtensor.

sirinath avatar sirinath commented on May 18, 2024

Is it possible to provide some rudimentary support for holding and computations on time series, vectorised time series data. I think this can be best implemented as array which has circular indexing. As new data comes in you append the vector along a dimension. This will be equivalent to numpy roll by 1 followed by updating the starting value but hopefully be more efficient for real time data. Also another equivalent would be to append and delete the oldest. I believe having a circular view along the axis would make both roll and this faster.

from xtensor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.