Question

Can somebody please give me some reference on implementing SVM using PySpark.

Was it helpful?

Solution

The documentation of Apache Spark's MLib library has a neat and clear reference to the implementation of linear SVM's in Python.

It supports two models: SVMWithSGD and SVMModel

Licensed under: CC-BY-SA with attribution
Not affiliated with datascience.stackexchange
scroll top