torchtime.transforms¶
The torchtime.transforms
module contains common time series processings and feature extractions.
Composition¶
|
Composes several transforms together. |
Conversion¶
Convert a numpy time series to tensor and scale the values accordingly. |
Imputation¶
Replace NaN values in a time series by some value or its median. |
Geometry¶
Pads a time series to a given target length |
Sampling¶
Down/up samples the given time series to either the given |
Utility¶
Normalize a tensor time series with mean and standard deviation. |
|
Transformer to encode labels into [0, n_uniques - 1]. |