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

[MXNET-1399] multiclass-mcc metric enhancements #14874

Merged
merged 3 commits into from
Aug 29, 2019
Merged

Commits on May 4, 2019

  1. multiclass-mcc metric enhancements

     * Rename metric from "PCC" to "mMCC" because though the math is derived
       from Pearson CC, it's utility is as a multiclass extension of Mathews CC.
     * Harden mx.metric.mMCC.update to more variations of input format, similar to
       mx.metric.Accuracy.update.
    tlby committed May 4, 2019
    Configuration menu
    Copy the full SHA
    1914c02 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Harden mx.metric.PCC.update to more variations of input format, simil…

    …ar to mx.metric.Accuracy.update.
    tlby committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    5a67cc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    f66187a View commit details
    Browse the repository at this point in the history