Replies: 2 comments
-
|
Some other related discussions to check out: Let me know if these help? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Also this new example in the docs: https://ai.damtp.cam.ac.uk/pysr/examples/#13-vector-valued-expressions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on time series data and would like to use moving averages, step differences etc as operations. I know I can always compute such quantities on raw features but if I can define them as operations they could be stacked on top of other operations like for example diff5(ma10((x2-x3)/x4))/ma10(x2).
Beta Was this translation helpful? Give feedback.
All reactions