-
Notifications
You must be signed in to change notification settings - Fork 44
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
New operator: moving_product #380
Comments
Will be working on this as a part of #350 |
Hey @akshatvishu! This involves modifying quite a bit of cpp code:
Plus, there's some specifics to moving product that make it not as straightforward to implement as moving sum, for example. We'd rather have the core dev team implement this (ETA: this/next week tops) and then have you do cumprod alone - unless you are perfectly comfortable with all of the above, in which case I can give more detail as to what these specifics are and let you take a shot at it :) Let me know! |
Hi @ianspektor , Thanks for the guidance. I'm keen to take a stab at implementing
I plan to start working on this today and will update you by tomorrow on my progress to avoid any unnecessary delays on your end in-case I am unable to make any progress. |
Sounds perfect 👍🏼 and great questions.
Some extra notes:
Issue and discord always open 💪🏼 |
New
EventSet.moving_product()
operator.See
EventSet.moving_sum()
for reference. Note that this issue will require C++ code.See https://github.com/google/temporian/blob/main/CONTRIBUTING.md#developing-a-new-operator for guidance.
Questions or requests for additional guidance from possible contributors more than welcome!
The text was updated successfully, but these errors were encountered: