diff --git a/quapy/data/datasets.py b/quapy/data/datasets.py index d5835e4..e6d88b2 100644 --- a/quapy/data/datasets.py +++ b/quapy/data/datasets.py @@ -568,7 +568,7 @@ def fetch_UCIMulticlassDataset(dataset_name, data_home=None, test_split=0.3, ver Information Fusion, 45, 1-15. `_. The datasets do not come with a predefined train-test split (see :meth:`fetch_UCILabelledCollection` for further information on how to use these collections), and so a train-test split is generated at desired proportion. - The list of valid dataset names can be accessed in `quapy.data.datasets.UCI_DATASETS` + The list of valid dataset names can be accessed in `quapy.data.datasets.UCI_MULTICLASS_DATASETS` :param dataset_name: a dataset name :param data_home: specify the quapy home directory where collections will be dumped (leave empty to use the default