From bda73d73cb5abd600b877f2f15934cb58012531a Mon Sep 17 00:00:00 2001 From: Jens Schneider Date: Thu, 4 Mar 2021 14:57:43 +0100 Subject: [PATCH] Fixed wrong url to datasets. --- UCI_ML_Functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UCI_ML_Functions.py b/UCI_ML_Functions.py index cb48d66..1cb7c11 100644 --- a/UCI_ML_Functions.py +++ b/UCI_ML_Functions.py @@ -206,7 +206,7 @@ def build_dataset_list(url="https://archive.ics.uci.edu/ml/datasets", msg_flag=T # Function to create dictionary of datasets' name, description, and identifier string # ====================================================================================== def build_dataset_dictionary( - url="https://archive.ics.uci.edu/ml/datasets.html?format=&task=&att=&area=&numAtt=&numIns=&type=&sort=nameUp&view=list", + url="https://archive.ics.uci.edu/ml/datasets.php?format=&task=&att=&area=&numAtt=&numIns=&type=&sort=nameUp&view=list", msg_flag=True, ): """