AutoTimes icon indicating copy to clipboard operation
AutoTimes copied to clipboard

Is the data loader loading data for multivariate training?

Open hdeng26 opened this issue 10 months ago • 0 comments

I found the data loader only loads one feature column during training:

seq_x = self.data_x[s_begin:s_end, feat_id:feat_id+1]
seq_y = self.data_y[r_begin:r_end, feat_id:feat_id+1]

May I know how can I load multivariate data for forecasting one feature in long-term time series forecasting exp?

hdeng26 avatar Apr 17 '24 14:04 hdeng26