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
|
A convenience class to access UCR/UEA time series datasets. |
A convenience class to access cached time series datasets. |