Open WangMengxiao319 opened 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
dataset = openml.datasets.get_dataset(45652)
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?
The same for me for this dataset: https://www.openml.org/search?type=data&status=active&id=45645
I am having this same issue. And consequently, cannot run flows on my uploaded datasets
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 likeI 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?