-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Uploading datasets with string columns to openml via api fails #1123
Comments
Thanks for reporting! I'll transfer this to the issue tracker of the python API. |
Hi @joaquinvanschoren this is 99.9% not a Python issue as this is an error message emitted by the server. The arff file produced and uploaded can be opened in WEKA without any issues so we assume that this is the PHP upload checker (not the one in the example as this is a minimal working example). I'll discuss with @Louquinze how to produce a more elaborate example that can be used to get a full-blown arff file to also get an arff file to be loaded in WEKA. |
I edited the issues like Matthias stated previously. |
Might be a fault in the PHP ARFF checker. Double backslash is changed which makes the test fail, perhaps? |
We will re-evaluate this once Parquet-upload is available. |
More informative Code to Reproduce
Steps/Code to Reproduce
Expected Results
python print(f"URL for dataset: {dummy_dataset.openml_url}")
should output something like
python URL for dataset: https://test.openml.org/d/4005
Actual Results
The text was updated successfully, but these errors were encountered: