The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"EOL error"
olandesino
Member Posts: 19 Maven
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]
Tagged:
0
Answers
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,
 Sebastian