aboutsummaryrefslogtreecommitdiff
path: root/docs/ml-classification-regression.md
diff options
context:
space:
mode:
authorYuhao Yang <hhbyyh@gmail.com>2016-02-03 21:19:44 -0800
committerXiangrui Meng <meng@databricks.com>2016-02-03 21:19:44 -0800
commitc2c956bcd1a75fd01868ee9ad2939a6d3de52bc2 (patch)
treea10b814213d0b5f7a6f3c08dd6ed49d36876b0d4 /docs/ml-classification-regression.md
parent0f81318ae217346c20894572795e1a9cee2ebc8f (diff)
downloadspark-c2c956bcd1a75fd01868ee9ad2939a6d3de52bc2.tar.gz
spark-c2c956bcd1a75fd01868ee9ad2939a6d3de52bc2.tar.bz2
spark-c2c956bcd1a75fd01868ee9ad2939a6d3de52bc2.zip
[ML][DOC] fix wrong api link in ml onevsrest
minor fix for api link in ml onevsrest Author: Yuhao Yang <hhbyyh@gmail.com> Closes #11068 from hhbyyh/onevsrestDoc.
Diffstat (limited to 'docs/ml-classification-regression.md')
-rw-r--r--docs/ml-classification-regression.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ml-classification-regression.md b/docs/ml-classification-regression.md
index 8ffc997b4b..9569a06472 100644
--- a/docs/ml-classification-regression.md
+++ b/docs/ml-classification-regression.md
@@ -289,7 +289,7 @@ The example below demonstrates how to load the
<div class="codetabs">
<div data-lang="scala" markdown="1">
-Refer to the [Scala API docs](api/scala/index.html#org.apache.spark.ml.classifier.OneVsRest) for more details.
+Refer to the [Scala API docs](api/scala/index.html#org.apache.spark.ml.classification.OneVsRest) for more details.
{% include_example scala/org/apache/spark/examples/ml/OneVsRestExample.scala %}
</div>