Closed giuseppec closed 8 years ago
Isnt the problem that data values are supposed to be separated by a comma?
http://www.cs.waikato.ac.nz/ml/weka/arff.html
"Each instance is represented on a single line, with carriage returns denoting the end of the instance. Attribute values for each instance are delimited by commas."
@joaquinvanschoren
Ok, if this is the case, I have to check the creation process of the prediction file (it might be that no commas are added if there are NA columns) . However, we need at least a warning in farff (although RWeka would still be able to read arff files without commas).
Yes, it should be comma-separated.
There seems to be a problem when a column contains question marks (maybe this issue occurs also with other special characters). In openml missing values in an arff file are labeled as a question mark, see for example the prediction object in http://www.openml.org/r/506373, which looks like:
While RWeka is able to read this, farff is failing.
It seems that the error happens in
c_rd_preproc
, it produces for the first four lines: