If by "C" you mean the parameter C in LIBLINEAR, the corresponding parameter in MLlib is regParam: https://github.com/apache/spark/blob/master/python/pyspark/mllib/classification.py#L273, while regParam = 1/C. -Xiangrui
On Wed, Apr 22, 2015 at 3:25 PM, Pagliari, Roberto <[email protected]> wrote: > Is there a way to set the cost value C when using linear SVM? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
