twinlab.list_example_datasets#

twinlab.list_example_datasets(verbose=False)[source]#

List example datasets that are available on the twinLab cloud.

These datasets can be downloaded and used for training emulators and other operations and are used in many of the examples in the documentation. Datasets can be loaded using the load_example_dataset function.

Parameters:

verbose (bool, optional) – Display information about the operation while running.

Returns:

Example datasets available for loading.

Return type:

list

Example

example_datasets = tl.list_example_datasets()
print(example_datasets)
['biscuits', 'gardening', 'quickstart', 'tritium-desorption']