Github user feynmanliang commented on a diff in the pull request:
https://github.com/apache/spark/pull/8457#discussion_r38367001
--- Diff: python/pyspark/mllib/regression.py ---
@@ -636,15 +644,17 @@ class
StreamingLinearRegressionWithSGD(StreamingLinearAlgorithm):
After training on a batch of data, the weights obtained at the end of
training are used as initial weights for the next batch.
- :param: stepSize Step size for each iteration of gradient descent.
- :param: numIterations Total number of iterations run.
- :param: miniBatchFraction Fraction of data on which SGD is run for each
+ :param stepSize: Step size for each iteration of gradient descent.
+ :param numIterations: Total number of iterations run.
+ :param miniBatchFraction: Fraction of data on which SGD is run for each
--- End diff --
nit: Not your fault, but if you make any additional changes can you add a
"." at the end of this sentence?
---
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]