tslearn.datasets#

The tslearn.datasets module provides simplified access to standard time series datasets.

Note

MacOS users: If you encounter SSL certificate errors when downloading datasets, you may need to install certificates for your Python installation. Run the following command:

/Applications/Python<VERSION>/Install\ Certificates.command

Alternatively, install the certifi package:

pip install certifi

Classes

UCR_UEA_datasets([use_cache, root_dir])

A convenience class to access UCR/UEA time series datasets.

CachedDatasets()

A convenience class to access cached time series datasets.