ykerzhner commented on a change in pull request #31693:
URL: https://github.com/apache/spark/pull/31693#discussion_r587465907



##########
File path: 
mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala
##########
@@ -971,6 +975,10 @@ class LogisticRegression @Since("1.2.0") (
     }
 
     if (fitWithMean) {
+      // orginal initialCoefWithInterceptArray is for problem:

Review comment:
       ok, if you are allowing users to input a starting point, then this makes 
sense.  




----------------------------------------------------------------
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