tlby commented on issue #14874: [MXNET-1399] multiclass-mcc metric enhancements URL: https://github.com/apache/incubator-mxnet/pull/14874#issuecomment-489287758 Oh, I should clarify this here; I discovered that use cases like the [fastText example from gluon-nlp](https://github.com/dmlc/gluon-nlp/blob/b079babf096e2a82bb901c7e16efe14183f7709f/scripts/text_classification/fasttext_word_ngram.py#L154) expect metrics to be comfortable taking predictions already `.argmax()` resolved. `mx.metric.Accuracy` has a special case for that and this patch makes mx.metric.MMCC flexible in the same way.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
