-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-7916] [MLlib] MLlib Python doc parity check for classification and regression #6460
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
|
Test build #33663 has finished for PR 6460 at commit
|
|
The length of docstring line for PEP8 standard is 72, so truncate too long line. |
|
Test build #33805 has finished for PR 6460 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.
This should not say "with no regularization." It looks like this is a difference between the Python & Scala APIs.
|
@yanboliang Thanks for adding this doc! With so many Python users, this should be very helpful. |
|
Test build #34932 has finished for PR 6460 at commit
|
|
Test build #34968 has finished for PR 6460 at commit
|
|
This LGTM I'll merge it into master and branch-1.4 @yanboliang Thanks for the PR, and sorry about the delay in merging! We can update the docs on the website at any time, thankfully, so this should be able to go up once some other updates get in as well. |
… and regression Check then make the MLlib Python classification and regression doc to be as complete as the Scala doc. Author: Yanbo Liang <ybliang8@gmail.com> Closes #6460 from yanboliang/spark-7916 and squashes the following commits: f8deda4 [Yanbo Liang] trigger jenkins 6dc4d99 [Yanbo Liang] address comments ce2a43e [Yanbo Liang] truncate too long line and remove extra sparse 3eaf6ad [Yanbo Liang] MLlib Python doc parity check for classification and regression (cherry picked from commit ca99875) Signed-off-by: Joseph K. Bradley <joseph@databricks.com>
… and regression Check then make the MLlib Python classification and regression doc to be as complete as the Scala doc. Author: Yanbo Liang <ybliang8@gmail.com> Closes apache#6460 from yanboliang/spark-7916 and squashes the following commits: f8deda4 [Yanbo Liang] trigger jenkins 6dc4d99 [Yanbo Liang] address comments ce2a43e [Yanbo Liang] truncate too long line and remove extra sparse 3eaf6ad [Yanbo Liang] MLlib Python doc parity check for classification and regression
Check then make the MLlib Python classification and regression doc to be as complete as the Scala doc.