torch_timeseries.dataset.Dummy

class Dummy(root: str = './data')[source]

Bases: TimeSeriesDataset

Dummy dataset for testing purposes.

name

Name of the dataset.

Type:

str

num_features

Number of features in the dataset.

Type:

int

freq

Frequency of the data points.

Type:

Freq

length

Length of the dataset.

Type:

int

download()[source]

Placeholder method for downloading data.

_load()[source]

Loads the dataset into a NumPy array.

_summary_

Parameters:

root (str) – data save location