Github user jkbradley commented on the pull request:

    https://github.com/apache/spark/pull/3637#issuecomment-74562509
  
    @petro-rudenko  (Apologies for the slow response; I've been without 
Internet for a week.)  About feature scaling, I don't think it's a problem in 
terms of correctness for LogisticRegression since scaling twice should produce 
the same result as scaling once (since it handles scaling at prediction time 
too).  It is wasted computation though.
    
    For GLMs, you should be able to call setValidateData: 
[https://github.com/apache/spark/blob/master/mllib/src/main/scala/org/apache/spark/mllib/regression/GeneralizedLinearAlgorithm.scala#L156]


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to