TPA-LSTM icon indicating copy to clipboard operation
TPA-LSTM copied to clipboard

About the normalization in the "TimeSeriesDataGenerator" class

Open beijiguang94 opened this issue 2 years ago • 0 comments

In the "_preprocess" function of the "TimeSeriesDataGenerator" class, why are there two types of normalization methods (specifically, the minmax normalization method for the "electricity" dataset; the other normalization method for the other time series datasets)? Is the second normalization method reasonable? Because it involves the other variables' information when scaling a single variable.

beijiguang94 avatar Nov 10 '22 10:11 beijiguang94