openml-python icon indicating copy to clipboard operation
openml-python copied to clipboard

provide a warning if fields are empty in dataset uploading

Open mfeurer opened this issue 7 years ago • 2 comments

mfeurer avatar Oct 09 '17 15:10 mfeurer

@ArlindKadra do you think we could add this by checking that the description (and other strings) provided by the user are not empty?

mfeurer avatar Jun 08 '18 11:06 mfeurer

@mfeurer depends, momentarily we have 2 ways in which OpenMLDataset can be created. We are already enforcing certain dataset fields from the datasets/functions way, on the other hand a straight object creation would make sense to provide that. In my opinion this should be firstly done server side, a dataset can still be uploaded only with name, description, and data format.

ArlindKadra avatar Jun 08 '18 11:06 ArlindKadra