1

Is there a Python based library providing an SVM implementation with a GPL or any other opensource license? I have come across a few that provide an SVM wrapper for the SVM logic encoded in C, but none that are coded entirely in Python.

Regards,

Mandar

2 Answers 2

2

libsvm has Python bindings.

Edit

Googling found PyML, but I haven't used it.

Sign up to request clarification or add additional context in comments.

2 Comments

yeah i tried libsvm, it has python bindings but core SVM logic is still in C. that's not what i am looking for. rather i need the logic in python
That looks like it will do the trick :) thanks :) wonder how I didn't come across it
1

You might want to check out this link, it has a big collection of machine learning software, it lists 50+ libraries that have been written in Python:

http://mloss.org/software/language/python/

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.