Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add {libsvm, liblinear} from MLPy #3

Open
fabianp opened this issue Jun 28, 2011 · 2 comments
Open

Add {libsvm, liblinear} from MLPy #3

fabianp opened this issue Jun 28, 2011 · 2 comments

Comments

@fabianp
Copy link
Member

fabianp commented Jun 28, 2011

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

@hlin117
Copy link

hlin117 commented Jul 18, 2015

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

@fabianp
Copy link
Member Author

fabianp commented Jul 19, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants