Open ukuarep opened 1 year ago
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?
This is correct ^^. Also, in the preprocessing steps, shuffling the data -> dataloader arg leads to lookahead bias...
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?