libsvm icon indicating copy to clipboard operation
libsvm copied to clipboard

bug - easy.py throws ValueError

Open jisungk opened this issue 8 years ago • 0 comments

easy.py throws an error, even on standard datasets (e.g., iris):

Traceback (most recent call last):
  File "easy.py", line 63, in <module>
    c,g,rate = map(float,last_line.split())
ValueError: need more than 0 values to unpack

This was observed in Windows but has been reported for other OS's elsewhere.

jisungk avatar Aug 07 '15 22:08 jisungk