pyts.datasets.ucr_dataset_info

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

Information about the UCR 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 ucr_dataset_info
>>> ucr_dataset_info('Adiac')['n_classes']
37