Dongjoon Hyun created SPARK-13686: ------------------------------------- Summary: Add a constructor parameter `reqParam` to (Streaming)LinearRegressionWithSGD Key: SPARK-13686 URL: https://issues.apache.org/jira/browse/SPARK-13686 Project: Spark Issue Type: Bug Reporter: Dongjoon Hyun Priority: Minor
`LinearRegressionWithSGD` and `StreamingLinearRegressionWithSGD` does not have `regParam` as their constructor arguments. They just depends on GradientDescent's default reqParam values. To be consistent with other algorithms, we had better add them. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org