jinglescode/time-series-forecasting-pytorch

Lookahead Bias

ukuarep opened this issue · 1 comments

The Normalizer class computes the mean and standard deviation over the full data set.

Doesn't this introduce lookahead bias in the model essentially feeding information about future stock prices into you past price data?