data#

Datasets, etc. for timeseries data.

Handling timeseries data is not trivial. It requires special treatment. This sub-package provides the necessary tools to abstracts the necessary work.

Modules

pytorch_forecasting.data.encoders

Encoders for encoding categorical variables and scaling continuous data.

pytorch_forecasting.data.examples

Example datasets for tutorials and testing.

pytorch_forecasting.data.samplers

Samplers for sampling time series from the TimeSeriesDataSet

pytorch_forecasting.data.timeseries

Timeseries datasets.