Repository: spark Updated Branches: refs/heads/branch-2.0 268bf1440 -> a32531a72
[SPARK-16761][DOC][ML] Fix doc link in docs/ml-guide.md ## What changes were proposed in this pull request? Fix the link at http://spark.apache.org/docs/latest/ml-guide.html. ## How was this patch tested? None Author: Sun Dapeng <[email protected]> Closes #14386 from sundapeng/doclink. (cherry picked from commit 2c15323ad026da64caa68787c5d103a8595f63a0) Signed-off-by: Sean Owen <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/a32531a7 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/a32531a7 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/a32531a7 Branch: refs/heads/branch-2.0 Commit: a32531a72cc2b6a0ff95a7a73b256ffc5d9eff60 Parents: 268bf14 Author: Sun Dapeng <[email protected]> Authored: Fri Jul 29 06:01:23 2016 -0700 Committer: Sean Owen <[email protected]> Committed: Fri Jul 29 06:01:30 2016 -0700 ---------------------------------------------------------------------- docs/ml-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/a32531a7/docs/ml-guide.md ---------------------------------------------------------------------- diff --git a/docs/ml-guide.md b/docs/ml-guide.md index 5abec63..4607ad3 100644 --- a/docs/ml-guide.md +++ b/docs/ml-guide.md @@ -33,7 +33,7 @@ The primary Machine Learning API for Spark is now the [DataFrame](sql-programmin * DataFrames provide a more user-friendly API than RDDs. The many benefits of DataFrames include Spark Datasources, SQL/DataFrame queries, Tungsten and Catalyst optimizations, and uniform APIs across languages. * The DataFrame-based API for MLlib provides a uniform API across ML algorithms and across multiple languages. -* DataFrames facilitate practical ML Pipelines, particularly feature transformations. See the [Pipelines guide](ml-pipeline.md) for details. +* DataFrames facilitate practical ML Pipelines, particularly feature transformations. See the [Pipelines guide](ml-pipeline.html) for details. # Dependencies --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
