Github user dongjoon-hyun commented on the pull request:

    https://github.com/apache/spark/pull/11519#issuecomment-192470061
  
    Hi, @srowen .
    According to your advice, I reviewed the other algorithms and I found that 
all other algorithms use the same default values for `reqParam` in 
Scala/Python. It's a good new.
      * ALS: 0.1
      * LassoWithSGD: 0.01
      * LinearRegression: 0.0
      * LinearRegressionWithSGD: 0.0
      * LogisticRegression: 0.0
      * LogisticRegressionWithSGD: 0.01
      * LogisticRegressionWithLBFGS: 0.00
      * RidgeRegressionWithSGD: 0.01
      * SVMWithSGD: 0.01
      * StreamingLogisticRegressionWithSGD: 0.0
    
    However, I found that `LinearRegressionWithSGD` and 
`StreamingLinearRegressionWithSGD` does not have `regParam` as constructor 
arguments. They just depends on `GradientDescent`'s default `reqParam` values. 
So, I think we need to file this as a new JIRA issue.
    
    Thank you, @srowen .


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to