query-selector icon indicating copy to clipboard operation
query-selector copied to clipboard

Test train split

Open Niharikajo opened this issue 3 years ago • 0 comments

Hello,

I had a doubt in the data processing step

  1. In ETTm2 dataset in data_loader to split the dataset we use the following code to calculate border and then calculate the number of train and test points. Can you explain this line of code? How is this calculated ? border1s = [0, 12*30*24*4 - self.seq_len, 12*30*24*4+4*30*24*4 - self.seq_len] border2s = [12*30*24*4, 12*30*24*4+4*30*24*4, 12*30*24*4+8*30*24*4]

  2. seq_len is calculated as 24 * 4 * 4 how is this calculated? What does it signify?

Please let me know

Thank you Niharika

Niharikajo avatar Nov 23 '22 06:11 Niharikajo