UCI-ML-API icon indicating copy to clipboard operation
UCI-ML-API copied to clipboard

Simple API for UCI Machine Learning Dataset Repository (search, download, analyze)

Results 5 UCI-ML-API issues
Sort by recently updated
recently updated
newest added

In the process of getting the tool working I needed to make several changes. - Change '.html' to '.php' in path to UCI repository. The URL was probably updated in...

I'm not sure whether other people experience the same issue, but when trying to build the local database on the basis of classification task/size etc (option 2), I receive an...

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...

When I run: from UCI_ML_Functions import * import pandas as pd download_datasets_task(task='Classification', download_flag=False) I encounter the error: Could not open the UCI ML portal successfully. Could you please tell me...