cachai.data.get_dataset_names

cachai.data.get_dataset_names()[source]

Retrieve the list of available dataset names.

Returns
list of str

Names of the datasets available in the catalog.

Examples

import cachai.data as chd

print(chd.get_dataset_names())
["lithium", "correlations", "correlations_big"]