Reshaping data for regression #2811
Replies: 2 comments 4 replies
-
Hi @adampointer, could you please specify the following so we can better answer your question :
Thanks ! |
Beta Was this translation helpful? Give feedback.
-
To clear out some confusion about the task type :
You can use exogenous features in forecasting with the So If I understand correctly, you have one time series That part got me confused :
What do you mean by a collection here ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
How would you go about reshaping data for a regression task? I am a bit confused about how I go from a 2d format, for example 1000 data points long with 2 channels to the 3d format. Would the end result be (1000, 2, 10) assuming I want 10 lags 'look back'? Are there any utility functions to help or any good examples?
Beta Was this translation helpful? Give feedback.
All reactions