You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I apply a Transformation before executing the InstanceSplitter present in DeepVAR. However, I feel like InstanceSplitter does not retain the item_id information. This information is also not retained in the dataloader. So, if I pass a multidimensional series, how does the model distinguish between two series from two different item_ids during training? Thank you very much.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey !
In the following code, I am constructing a PandasDataset object containing a multidimensional series:
Then I apply a
Transformation
before executing theInstanceSplitter
present inDeepVAR
. However, I feel likeInstanceSplitter
does not retain theitem_id
information. This information is also not retained in thedataloader
. So, if I pass a multidimensional series, how does the model distinguish between two series from two differentitem_ids
during training? Thank you very much.Beta Was this translation helpful? Give feedback.
All reactions