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

[Feature]: Convolution support in operators #333

Open
sergiynikolaev opened this issue Jul 10, 2024 · 3 comments
Open

[Feature]: Convolution support in operators #333

sergiynikolaev opened this issue Jul 10, 2024 · 3 comments

Comments

@sergiynikolaev
Copy link

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!

@MilesCranmer
Copy link
Owner

This is not yet possible but will likely be soon; @gca30 is working on this feature

@sergiynikolaev
Copy link
Author

what is the expected timeline?

@MilesCranmer
Copy link
Owner

The goal was within the next 6 weeks or so but @gca30 has been pretty fast so might be earlier 🙂

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