openml / OpenML

Open Machine Learning
https://openml.org
BSD 3-Clause "New" or "Revised" License
668 stars 91 forks source link

Give back error messages when something with a dataset upload went wrong #1175

Open sebffischer opened 1 year ago

sebffischer commented 1 year ago

Sometimes when uploading datasets there can be problems during the calculation of the qualities and the dataset stays "in_preparation" forever. It would be helpful if one could access what exactly went wrong e.g. with the evaluation engine.

sebffischer commented 1 year ago

Specifically it would be nice to warn that if the default target column contains NAs that this leads to issues with the calculation of qualities.