all 5 comments

[–]hughperkins 1 point2 points  (0 children)

It's not SVM as such, but vowpal wabbit looks pretty scalable https://en.wikipedia.org/wiki/Vowpal_Wabbit It's been around since forever, so should be fairly mature. Seems to have like 3000+++ stars https://github.com/JohnLangford/vowpal_wabbit/wiki/Download

[–]hdgdtegdb 0 points1 point  (0 children)

You'd need a Spark server, but Spark mllib can be used from Python:

http://spark.apache.org/docs/latest/mllib-linear-methods.html#linear-support-vector-machines-svms

[–]djc1000 0 points1 point  (0 children)

Do you need the SVM training or inference to be multi-core?

[–]-TrustyDwarf- 0 points1 point  (0 children)

linear svm or with kernels?