aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSun Dapeng <sdp@apache.org>2016-07-29 06:01:23 -0700
committerSean Owen <sowen@cloudera.com>2016-07-29 06:01:23 -0700
commit2c15323ad026da64caa68787c5d103a8595f63a0 (patch)
tree101439ddb5ad3d18c4ac2a778cbf9fc9266f2de5 /docs
parent266b92faffb66af24d8ed2725beb80770a2d91f8 (diff)
downloadspark-2c15323ad026da64caa68787c5d103a8595f63a0.tar.gz
spark-2c15323ad026da64caa68787c5d103a8595f63a0.tar.bz2
spark-2c15323ad026da64caa68787c5d103a8595f63a0.zip
[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 <sdp@apache.org> Closes #14386 from sundapeng/doclink.
Diffstat (limited to 'docs')
-rw-r--r--docs/ml-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ml-guide.md b/docs/ml-guide.md
index 5abec63b7a..4607ad3ba6 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