torch_timeseries.scaler.StandardScaler

class StandardScaler(device='cpu')[source]

Bases: Scaler

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