Hi I tried to print all the datasets to see which I wanted to download but I got an issue with the print_all_datastes_names() functions, apparently the url for the uci dataset is returing server error and then here is giving an int instead of the dictionary. Is there a link to the UCI dataset that I can replace in the script?
Traceback (most recent call last): File "Main.py", line 29, in execute_choice() File "/home/lucassoares/Desktop/projects/tmp_files/UCI-ML-API/Choice.py", line 66, in execute_choice print_all_datasets_names() File "/home/lucassoares/Desktop/projects/tmp_files/UCI-ML-API/UCI_ML_Functions.py", line 426, in print_all_datasets_names for key in dict1.keys():
Hi I tried to print all the datasets to see which I wanted to download but I got an issue with the print_all_datastes_names() functions, apparently the url for the uci dataset is returing server error and then here is giving an int instead of the dictionary. Is there a link to the UCI dataset that I can replace in the script?
Traceback (most recent call last): File "Main.py", line 29, in execute_choice() File "/home/lucassoares/Desktop/projects/tmp_files/UCI-ML-API/Choice.py", line 66, in execute_choice print_all_datasets_names() File "/home/lucassoares/Desktop/projects/tmp_files/UCI-ML-API/UCI_ML_Functions.py", line 426, in print_all_datasets_names for key in dict1.keys():