"EOL error"
olandesino
New Altair Community Member
hi,
I receive this message error
I checked my dataset and there is nothing strange at the end of the line (31th)
Can someone tell me what is exactly?
here is my dataset
Thanks to anyone can help me.
A.
[attachment deleted by admin]
I receive this message error
expected the end of the line 31when i upload an arff file with RM with examplesourceArff.
I checked my dataset and there is nothing strange at the end of the line (31th)
Can someone tell me what is exactly?
here is my dataset
Thanks to anyone can help me.
A.
[attachment deleted by admin]
0
Answers
-
Hi,
it's quite simple: The number of attributes does not match the number of comma seperated values. As far as I can see, there are 25 attributes defined but 26 values. So the program expects the end of line after the 25th value but gets another value.
Greetings,
Sebastian0