Skip to content
Snippets Groups Projects
Commit c2c956bc authored by Yuhao Yang's avatar Yuhao Yang Committed by Xiangrui Meng
Browse files

[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.
parent 0f81318a
No related branches found
No related tags found
No related merge requests found
...@@ -289,7 +289,7 @@ The example below demonstrates how to load the ...@@ -289,7 +289,7 @@ The example below demonstrates how to load the
<div class="codetabs"> <div class="codetabs">
<div data-lang="scala" markdown="1"> <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 %} {% include_example scala/org/apache/spark/examples/ml/OneVsRestExample.scala %}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment