-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-4127] [MLlib] [PySpark] Python bindings for StreamingLinearRegressionWithSGD #6744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
cc: @freeman-lab @davies Will remove the LinearDataGenerator stuff (or rebase over master) as soon as #6715 is merged. |
|
Test build #34596 has finished for PR 6744 at commit
|
|
Test build #34602 has finished for PR 6744 at commit
|
|
Test build #34672 has finished for PR 6744 at commit
|
|
Test build #34979 has finished for PR 6744 at commit
|
|
Test build #35004 has finished for PR 6744 at commit
|
|
Test build #35692 has finished for PR 6744 at commit
|
|
Test build #35697 has finished for PR 6744 at commit
|
python/pyspark/mllib/regression.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stream -> batch
|
@freeman-lab @mengxr I rebased over master and inherited from |
|
Test build #35780 has finished for PR 6744 at commit
|
|
Test build #35782 has finished for PR 6744 at commit
|
|
Test build #35779 has finished for PR 6744 at commit
|
|
Test build #35784 has finished for PR 6744 at commit
|
|
I moved |
|
jenkins retest this please |
|
LGTM. Merged into master. Thanks! (The last Jenkins build was successful.) |
|
Test build #36161 has finished for PR 6744 at commit
|
Python bindings for StreamingLinearRegressionWithSGD