It would be nice we could validate some fields in the dataset prior to uploading. I just got an error in the parsing after uploading a large file because there was an umlaut in the citation.
We could either create the XML and run XSD validation on it with our schema. Or we could try to reimplement individual checks (this one would have been very easy to check in Python).
openml/OpenML#1008
It would be nice we could validate some fields in the dataset prior to uploading. I just got an error in the parsing after uploading a large file because there was an umlaut in the citation.
We could either create the XML and run XSD validation on it with our schema. Or we could try to reimplement individual checks (this one would have been very easy to check in Python).
openml/OpenML#1008