From 239549eb4d15a252aca44d2d4165431ecf68ea9c Mon Sep 17 00:00:00 2001 From: pglez82 Date: Tue, 17 Oct 2023 18:44:02 +0200 Subject: [PATCH] fixing mistakes --- quapy/data/datasets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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