You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by me...@apache.org on 2016/02/04 06:19:51 UTC

spark git commit: [ML][DOC] fix wrong api link in ml onevsrest

Repository: spark
Updated Branches:
  refs/heads/master 0f81318ae -> c2c956bcd


[ML][DOC] fix wrong api link in ml onevsrest

minor fix for api link in ml onevsrest

Author: Yuhao Yang <hh...@gmail.com>

Closes #11068 from hhbyyh/onevsrestDoc.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/c2c956bc
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/c2c956bc
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/c2c956bc

Branch: refs/heads/master
Commit: c2c956bcd1a75fd01868ee9ad2939a6d3de52bc2
Parents: 0f81318
Author: Yuhao Yang <hh...@gmail.com>
Authored: Wed Feb 3 21:19:44 2016 -0800
Committer: Xiangrui Meng <me...@databricks.com>
Committed: Wed Feb 3 21:19:44 2016 -0800

----------------------------------------------------------------------
 docs/ml-classification-regression.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/c2c956bc/docs/ml-classification-regression.md
----------------------------------------------------------------------
diff --git a/docs/ml-classification-regression.md b/docs/ml-classification-regression.md
index 8ffc997..9569a06 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org