torch_timeseries.scaler

Scalers

MaxAbsScaler

shape of data : (N , n) - N : sample num - n : node num Transforms each channel to the range [0, 1].

StandardScaler

shape of data : (N , n) - N : sample num - n : node num Transforms each channel to the range [0, 1].