We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current croissant definitions for the Titanic dataset are broken for both 1.0 and 0.8
This happens because contentUrl for the passengers.csv FileObject points to a url which is no longer valid: https://www.openml.org/data/get_csv/16826755/phpMYEkMl
contentUrl
passengers.csv
This causes our GH actions to fail, as the dataset is used to test mlcroissant's generation scripts. The croissant definitions should be updated.
The text was updated successfully, but these errors were encountered:
Hi, the url was temporarily unavailable due to a cyberattack. It should work again.
Sorry for the inconvenience. Let me know if you encounter any further issues.
Sorry, something went wrong.
Thank you a lot for the update Joaquin! Tests are green now :)
No branches or pull requests
Current croissant definitions for the Titanic dataset are broken for both 1.0 and 0.8
This happens because
contentUrl
for thepassengers.csv
FileObject points to a url which is no longer valid: https://www.openml.org/data/get_csv/16826755/phpMYEkMlThis causes our GH actions to fail, as the dataset is used to test mlcroissant's generation scripts. The croissant definitions should be updated.
The text was updated successfully, but these errors were encountered: