-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-18480][Docs] Fix wrong links for ML guide docs #15912
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 #68740 has finished for PR 15912 at commit
|
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.
Because this class is imported, is it better to write [[LabeledPoint]]? Likewise for other class links here.
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.
Yes, I will update this.
|
Test build #68772 has finished for PR 15912 at commit
|
|
Merged to master/2.1 |
## What changes were proposed in this pull request? 1, There are two `[Graph.partitionBy]` in `graphx-programming-guide.md`, the first one had no effert. 2, `DataFrame`, `Transformer`, `Pipeline` and `Parameter` in `ml-pipeline.md` were linked to `ml-guide.html` by mistake. 3, `PythonMLLibAPI` in `mllib-linear-methods.md` was not accessable, because class `PythonMLLibAPI` is private. 4, Other link updates. ## How was this patch tested? manual tests Author: Zheng RuiFeng <ruifengz@foxmail.com> Closes #15912 from zhengruifeng/md_fix. (cherry picked from commit cdaf4ce) Signed-off-by: Sean Owen <sowen@cloudera.com>
## What changes were proposed in this pull request? 1, There are two `[Graph.partitionBy]` in `graphx-programming-guide.md`, the first one had no effert. 2, `DataFrame`, `Transformer`, `Pipeline` and `Parameter` in `ml-pipeline.md` were linked to `ml-guide.html` by mistake. 3, `PythonMLLibAPI` in `mllib-linear-methods.md` was not accessable, because class `PythonMLLibAPI` is private. 4, Other link updates. ## How was this patch tested? manual tests Author: Zheng RuiFeng <ruifengz@foxmail.com> Closes apache#15912 from zhengruifeng/md_fix.
What changes were proposed in this pull request?
1, There are two
[Graph.partitionBy]ingraphx-programming-guide.md, the first one had no effert.2,
DataFrame,Transformer,PipelineandParameterinml-pipeline.mdwere linked toml-guide.htmlby mistake.3,
PythonMLLibAPIinmllib-linear-methods.mdwas not accessable, because classPythonMLLibAPIis private.4, Other link updates.
How was this patch tested?
manual tests