Shortcuts

torchtime.io

The torchtime.io module provides implementations for time series I/O functionalities, such as, reading and writing common file formats.

Note

Currently, some data formats are yet only available through the functional interface. This is supposed to change in the near future.

TSFileLoader

File loader that can load time series files in sktimes .ts file format.

Functional

load_from_arff_to_dataframe

Load data from a .ts file into a Pandas DataFrame.