I am new to the libsvm and sorry for some silly questions. I am trying to run easy.py but have problems to do so. I have
- downloaded the libsvm-3.1 package and extract it into C:\User\Cassie\libsvm
- Install Python and it created a folder at C:/Python27
- Download gp443win32.zip and extract it to a folder gnuplot at Download folder. Make a copy of gnuplot.exe and paste it to C:\User\Cassie\libsvm3-1\libsvm3-1\tools
- invoke cmd at Window 7 and typed "easy.py myfile.txt". But an error message showed
"Traceback (most recent call last): File "C:\User\Cassie\libsvm-3.1\libsvm-3.1\tools\easy.py", line 31, in assert os.path.exists(gnuplot_exe),"gnuplot executable not found" AssertionError: gnuplot executable not found"
Questions:
- Did I install the wrong gnuplot package?
- Did I move the wrong application ? gnuplot.exe
- Did I need to configure some path or envinroment to make the cmd find gnuplot.exe ?
- Did I type the wrong command to make easy.py run ?
- Do I have to label the training file first ?
There are much information at libsvm and I was really confused. Any experience with this issue is welcome. Thank you all very much,