Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: MCC behavior when division by zero #58

Merged
merged 3 commits into from
Nov 5, 2019

Commits on Nov 4, 2019

  1. add test for mcc zero predicted behavior: when predicted contains only

    zero/false, return a mcc of 0
    maxmargraf committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    7138753 View commit details
    Browse the repository at this point in the history
  2. add fix for mcc zero predicted behavior: when predicted contains only

    zero/false, return a mcc of 0
    maxmargraf committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    a6836d4 View commit details
    Browse the repository at this point in the history
  3. changed fix to np.isinf

    maxmargraf committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    4ff847f View commit details
    Browse the repository at this point in the history