Closed jakob-r closed 10 years ago
Thanks for pointing this out.
Most of these data sets contain special characters in their column names, like "?", ";", " ", ..., so they can't be processed without further manipulation by the user. This must be fixed soon. We're using RWeka::read.arff() now, so data sets with good names shouldn't make trouble anymore. Closing.
Should we not leave this open until it is really fixed?
Otherwise reference one where it is alternatively discussed or open a new, dedicated one, please.
Sorry, forgot to reference to this one: https://github.com/openml/OpenML/issues/40
At least these ones do not work:
May be change foreign::read.arff() to RWeka::read.arff()