time-attention icon indicating copy to clipboard operation
time-attention copied to clipboard

Why the first data point can be predicted?

Open harukou opened this issue 5 years ago • 1 comments

I got the plot after running test.py with sml2010 dataset. It's wired that in training part, validation part and test part, the first several data can be predicted: if T=10, the first 10 values will be the input to predict the 11th datapoint, the prediction line should start from 11th data point.

harukou avatar Sep 17 '19 14:09 harukou

Hi @harukou,

Great that you got the model running! If I understood correctly your question, I think that the plot might be slightly misleading. We plot the series starting from T, even though the x axis of the plot starts from 0.

Angelogeb avatar Sep 17 '19 14:09 Angelogeb