Would like to know how to install libsvm for python under windows 7?
I downloaded the livsvm zip, but I don\'t understand the instructions included. I have placed th
I know you asked this question 1 year ago, but I'd still like to post my solution, in case other people may benefit.
Put libsvm to any place. Mine in C:\Python27\Lib\site-packages\libsvm-3.17
Set PYTHONPATH in windows environment.
Go to System Properties -> Advanced -> Environment variables.
Add new variable, named PYTHONPATH
, set value to C:\Python27\Lib\site-packages\libsvm-3.17\python
.