This is a Python wrapper of the C++ library SVMLIN. I have tested the wrapper version and confirm mostly identical results performed to the original source code. However, the code may contain bugs. Your contributions are welcome. In order to make SVMLIN compatible with Python CTypes, I modified a bit the C++ code, mostly in function interfaces.
- Just type
make
and the librarylibtsvm.so
is compiled. - In python shell,
import svmlin
. If you seelibtsvm library loaded.
then you are done.
- Numpy
- Scipy
- Sklearn