-
- Downloads
[SPARK-18480][DOCS] Fix wrong links for ML guide docs
## 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 cdaf4ce9) Signed-off-by:Sean Owen <sowen@cloudera.com>
Showing
- docs/graphx-programming-guide.md 0 additions, 1 deletiondocs/graphx-programming-guide.md
- docs/ml-classification-regression.md 2 additions, 2 deletionsdocs/ml-classification-regression.md
- docs/ml-features.md 1 addition, 1 deletiondocs/ml-features.md
- docs/ml-pipeline.md 6 additions, 6 deletionsdocs/ml-pipeline.md
- docs/mllib-linear-methods.md 1 addition, 3 deletionsdocs/mllib-linear-methods.md
- mllib/src/main/scala/org/apache/spark/ml/feature/LSH.scala 1 addition, 1 deletionmllib/src/main/scala/org/apache/spark/ml/feature/LSH.scala
- mllib/src/main/scala/org/apache/spark/ml/tree/impl/GradientBoostedTrees.scala 4 additions, 4 deletions.../org/apache/spark/ml/tree/impl/GradientBoostedTrees.scala
- mllib/src/main/scala/org/apache/spark/ml/tree/impl/RandomForest.scala 4 additions, 4 deletions...in/scala/org/apache/spark/ml/tree/impl/RandomForest.scala
Loading
Please register or sign in to comment