Skip to content
Prev Previous commit
Next Next commit
add link in user guide doc
  • Loading branch information
zhengruifeng committed May 11, 2016
commit b80b1ec24d1c68a026f735e3039a57cb7f07fda0
7 changes: 7 additions & 0 deletions docs/ml-classification-regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,13 @@ Refer to the [Java API docs](api/java/org/apache/spark/ml/classification/OneVsRe

{% include_example java/org/apache/spark/examples/ml/JavaOneVsRestExample.java %}
</div>

<div data-lang="python" markdown="1">

Refer to the [Python API docs](api/python/pyspark.ml.html#pyspark.ml.classification.OneVsRest) for more details.

{% include_example python/ml/one_vs_rest_example.py %}
</div>
</div>

## Naive Bayes
Expand Down