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
Uh oh!
There was an error while loading. Please reload this page.
Hey !
In the following code, I am constructing a PandasDataset object containing a multidimensional series:
Then I apply a
Transformationbefore executing theInstanceSplitterpresent inDeepVAR. However, I feel likeInstanceSplitterdoes not retain theitem_idinformation. 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_idsduring training? Thank you very much.All reactions