Is there any structure similar to 'Transformation' that doesn't work on a stream? #2479
Unanswered
VictorJouault
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, just looking for the most 'GluonTS-y' method to create Transformation of a dataset that does multiple pass on the data. Ideally, it could have a 'fit' and a 'transform' method like in sklearn.
My specific use-case is about conditioning a a time series forecast based on other time series in the dataset (sort of univariate output but multivariate intput).
It goes like this:
We can see that there are 2 'for' loops inside. Any suggestion here?
Beta Was this translation helpful? Give feedback.
All reactions