You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/12/05 08:23:18 UTC

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #16878: add micro to pearsonr

sxjscience commented on a change in pull request #16878: add micro to pearsonr
URL: https://github.com/apache/incubator-mxnet/pull/16878#discussion_r354162464
 
 

 ##########
 File path: python/mxnet/metric.py
 ##########
 @@ -590,7 +592,8 @@ def update(self, labels, preds):
 
 
 class _BinaryClassificationMetrics(object):
-    """Private container class for classification metric statistics. True/false positive and
+    """
+    Private container class for classification metric statistics. True/false positive and
 
 Review comment:
   Fix the docstyle, the original version is correct.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services