ml-benchmarks icon indicating copy to clipboard operation
ml-benchmarks copied to clipboard

Add {libsvm, liblinear} from MLPy

Open fabianp opened this issue 14 years ago • 2 comments

Those guys are doing some really nice things with Cython + {libsvm, liblinear}

fabianp avatar Jun 28 '11 07:06 fabianp

What's the difference between MLPy's implemention versus scikit-learn's interface with liblinear (svm.LinearSVC) and libsvm (svm.SVC)?

hlin117 avatar Jul 18 '15 18:07 hlin117

Hi, I think they are essentially the same but the bindings are different. Unlike for other libraries, these are non-trivial due to the specific data format of libsvm, that forces us to convert between numpy arrays and that data structure.

fabianp avatar Jul 19 '15 07:07 fabianp