Repository: spark Updated Branches: refs/heads/branch-1.6 cdfb2a141 -> 2f390d306
[ML][DOC] fix wrong api link in ml onevsrest minor fix for api link in ml onevsrest Author: Yuhao Yang <[email protected]> Closes #11068 from hhbyyh/onevsrestDoc. (cherry picked from commit c2c956bcd1a75fd01868ee9ad2939a6d3de52bc2) Signed-off-by: Xiangrui Meng <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/2f390d30 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/2f390d30 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/2f390d30 Branch: refs/heads/branch-1.6 Commit: 2f390d3066297466d98e17a78c5433f37f70cc95 Parents: cdfb2a1 Author: Yuhao Yang <[email protected]> Authored: Wed Feb 3 21:19:44 2016 -0800 Committer: Xiangrui Meng <[email protected]> Committed: Wed Feb 3 21:20:22 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/2f390d30/docs/ml-classification-regression.md ---------------------------------------------------------------------- diff --git a/docs/ml-classification-regression.md b/docs/ml-classification-regression.md index d63438b..9df2929 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: [email protected] For additional commands, e-mail: [email protected]
