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 2018/01/27 01:13:53 UTC

[GitHub] szha opened a new issue #9588: metric should have TP FP TN FN Precision Recall F1 for both macro and micro versions

szha opened a new issue #9588: metric should have TP FP TN FN Precision Recall F1 for both macro and micro versions
URL: https://github.com/apache/incubator-mxnet/issues/9588
 
 
   Related to #9587. The current logic only supports what's called "macro F1" logic where we take the mean of F1 scores for mini-batches. "micro F1" should also be supported by keeping the tp, fp, fn counts across batches.
   
   Precision and Recall should be added separately.
   5. TopK version of P R F1 should also be supported.
   
   https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/metric.py#L491-L493

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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