Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update doc examples for MCC (#11852)
Browse files Browse the repository at this point in the history
  • Loading branch information
haojin2 authored and eric-haibin-lin committed Jul 23, 2018
1 parent 65fee98 commit b4156da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ class MCC(EvalMetric):
Examples
--------
In this example the network almost always predicts positive
>>> # In this example the network almost always predicts positive
>>> false_positives = 1000
>>> false_negatives = 1
>>> true_positives = 10000
Expand Down

0 comments on commit b4156da

Please sign in to comment.