-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-12633][PYSPARK] [DOC] PySpark regression parameter desc to consistent format #11404
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
[SPARK-12633][PYSPARK] [DOC] PySpark regression parameter desc to consistent format #11404
Conversation
Updates the param descriptions to be consistent. See [SPARK-11219] for more details.
Change fill-column to 100.
| Here the data matrix has n rows, and the input RDD holds the set of rows of A, each with | ||
| its corresponding right hand side label y. | ||
| See also the documentation for the precise formulation. | ||
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 comment block is repeated right below, so I thought it would be fine to remove
|
Test build #52090 has finished for PR 11404 at commit
|
|
LGTM, merged into master. Thanks! |
|
Thanks for the help to get this in @MLnick , if you come across any other issues I could help out on, feel free to ping me :) |
|
Thank you for the PR - will do Sent from my iPhone
|
…sistent format Part of task for [SPARK-11219](https://issues.apache.org/jira/browse/SPARK-11219) to make PySpark MLlib parameter description formatting consistent. This is for the regression module. Also, updated 2 params in classification to read as `Supported values:` to be consistent. closes apache#10600 Author: vijaykiran <[email protected]> Author: Bryan Cutler <[email protected]> Closes apache#11404 from BryanCutler/param-desc-consistent-regression-SPARK-12633.
Part of task for SPARK-11219 to make PySpark MLlib parameter description formatting consistent. This is for the regression module. Also, updated 2 params in classification to read as
Supported values:to be consistent.closes #10600