Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parquet_url incorrectly provided for non-arff formats #1189

Open
PGijsbers opened this issue May 25, 2023 · 0 comments
Open

parquet_url incorrectly provided for non-arff formats #1189

PGijsbers opened this issue May 25, 2023 · 0 comments

Comments

@PGijsbers
Copy link
Contributor

As you can see here, anything that is not 'Sparse_ARFF' gets a parquet_url. This is incorrect, see e.g., www.openml.org/d/1243 which has Rimage data format (not supported).

The check should probably be changed to == "ARFF" instead based on the list of stored formats (the test server also sports additional formats, including lower-case 'sparse_arff'):
image

Went ahead and labeled this wontfix since API V2 is on the way and it doesn't really impact people (I imagine all datasets that are not ARFF never got out of processing anyway). It's a minor fix though so be my guest.

We might also consider deactivating any of the non-arff datasets (as part of the dataset clean up).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant