Hi everyone,
I would appreciate some tips on organizing my dataset or guidance on using it as input for my model.
The dataset contains intraday stock values, and I want to extract input and output data for model training as shown in the figure:
Do I need to reorganize my data to use it as a parameter for my model? If so, what should the data format look like?
If reorganizing isn’t necessary, how can I load this data as PyTorch tensors to pass it to my model?