torch_timeseries.dataset.ETTm2
- class ETTm2(root: str = '~/.torchtimeseries/data', columns=[])[source]
Bases:
TimeSeriesDatasetElectricity Transformer Temperature minutely~(15 minutes level). This dataset contains 2-year data from two separate counties in China. Each data point consists of the target value “oil temperature” and 6 power load features.
This dataset is collected by Informer and is available at https://github.com/zhouhaoyi/ETDataset.
- _process()
Processes the dataset using the parent class’s process method.
- Parameters:
root (str) – data save location, defaults to ~/.torchtimeseries/data