OpenML
OpenML copied to clipboard
CSV download error
When you click on CSV download the page errors out https://www.openml.org/d/42178
Thanks for reporting, Timothy.
This is a really strange error.
- The ARFF download works
- Downloading the CSV via sklearn.fetch_openml(data_id=42178) and the python API also works
- The CSV export button works for other datasets
I'll need more time to look into this. @janvanrijn any idea what the issue may be?
Hi! Can it be just because only the ARFF file format of the dataset exists and not the CSV? Sorry If I am asking a basic doubt as I am new to Open Source Coding.
For the example link above it seems like CSV download now works.