Replies: 3 comments 1 reply
-
Could anyone help to answer this question above. I know how to create the binary operator and unary operator. But none of them use rolling data. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Could anyone help to answer this question above. I know how to create the binary operator and unary operator. But none of them use rolling data. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry for the late reply. Have you checked the other discussions? There are a couple about implementing the roll operator. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Lets said I have a dataset which contains N features data in T days. My X is a matrix with dimension (T, N) , and Y is a vector with length T. There are some basic time-series functions below:
I would like to put those functions above into Symbolic Regression model training and input as custom operators.
Is that possible to achieve that? and how? Give a short example please. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions