pyts.datasets.uea_dataset_info

pyts.datasets.uea_dataset_info(dataset=None)[source]

Information about the UEA datasets.

Parameters:
dataset : str, list of str or None (default = None)

The data sets for which the information will be returned. If None, the information for all the datasets is returned.

Returns:
dictionary : dict

Dictionary with the information for each dataset.

References

[1]List of datasets on the UEA & UCR archive

Examples

>>> from pyts.datasets import uea_dataset_info
>>> uea_dataset_info('AtrialFibrillation')['n_timestamps']
640