openml / OpenML

Open Machine Learning
https://openml.org
BSD 3-Clause "New" or "Revised" License
669 stars 91 forks source link

Bucket does not exist or is private. Failed to download parquet, fallback on ARFF. #1197

Open WangMengxiao319 opened 1 year ago

WangMengxiao319 commented 1 year ago

I have uploaded dataset on openml as https://openml.github.io/openml-python/main/examples/30_extended/create_upload_tutorial.html#sphx-glr-examples-30-extended-create-upload-tutorial-py and the status is active, but when using dataset = openml.datasets.get_dataset(45652) there will be error like

Could not download file from http://openml1.win.tue.nl/dataset45652/dataset_45652.pq: Bucket does not exist or is private. Failed to download parquet, fallback on ARFF.

I have checked the datasets that were recently uploaded. Most of them have the same problem. It there anything wrong with the dataset bucket? or Did I make any procedural mistake?

sebffischer commented 1 year ago

The same for me for this dataset: https://www.openml.org/search?type=data&status=active&id=45645

kasvegas commented 11 months ago

I am having this same issue. And consequently, cannot run flows on my uploaded datasets