torch_timeseries.dataloader.UEAClassification
- class UEAClassification(dataset: UEA, scaler: Scaler, window: int = 168, shuffle_train=True, batch_size: int = 32, num_worker: int = 3)[source]
Bases:
objectClass for handling the classification of UEA datasets.
- scaler
Scaler to normalize the data.
- Type:
Scaler
- window
Window size for the time series data. If not enough data, zeros will be used for padding.
- Type: