srowen commented on a change in pull request #32124:
URL: https://github.com/apache/spark/pull/32124#discussion_r614092599



##########
File path: python/pyspark/ml/classification.py
##########
@@ -571,9 +571,9 @@ class LinearSVC(_JavaClassifier, _LinearSVCParams, 
JavaMLWritable, JavaMLReadabl
     >>> model.getMaxBlockSizeInMB()
     0.0
     >>> model.coefficients
-    DenseVector([0.0, -0.2792, -0.1833])
+    DenseVector([0.0, -1.0319, -0.5159])

Review comment:
       Just checking that these _should_ change for reasons you highlighted in 
the R comments above? these are more correct answers?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to