Repository: spark Updated Branches: refs/heads/master 266b92faf -> 2c15323ad
[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. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/2c15323a Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/2c15323a Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/2c15323a Branch: refs/heads/master Commit: 2c15323ad026da64caa68787c5d103a8595f63a0 Parents: 266b92f 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:23 2016 -0700 ---------------------------------------------------------------------- docs/ml-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/2c15323a/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]
