You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I need a possibility in my defined functions to operate over a custom convolution vector with the time series the operator receives as input.
For now, I see that the operator receives just one current value of the input time series - and data points are fed one by one from somewhere in the framework.
I would appreciate it if someone could pinpoint a location where I can tweak feeding not one point but the whole data frame column into the expression tree so my operators receive the whole time series at a time. (if it is possible at all within the current implementation paradigm of SR)
TY!
The text was updated successfully, but these errors were encountered:
Feature Request
Hi! I need a possibility in my defined functions to operate over a custom convolution vector with the time series the operator receives as input.
For now, I see that the operator receives just one current value of the input time series - and data points are fed one by one from somewhere in the framework.
I would appreciate it if someone could pinpoint a location where I can tweak feeding not one point but the whole data frame column into the expression tree so my operators receive the whole time series at a time. (if it is possible at all within the current implementation paradigm of SR)
TY!
The text was updated successfully, but these errors were encountered: