SymbolicRegression.jl
SymbolicRegression.jl copied to clipboard
[Feature]: Convolution support in operators
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!
This is not yet possible but will likely be soon; @gca30 is working on this feature
what is the expected timeline?
The goal was within the next 6 weeks or so but @gca30 has been pretty fast so might be earlier 🙂