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 unreadable labels in plot_confusion_matrix in case of imbalanced data and show_normed=True #504

Merged
merged 3 commits into from
Feb 12, 2019

Commits on Feb 12, 2019

  1. Change bg color to follow normed values like label

    Use the normed conf mat for background, if normed is set, as label coloring also follows normed conf matrix.
    Fixes unreadable labels in imbalanced datasets.
    dynobo committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    0b2bef7 View commit details
    Browse the repository at this point in the history
  2. Add bugfix description

    dynobo committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    f353cb9 View commit details
    Browse the repository at this point in the history
  3. Fix typo & add link to PR

    dynobo committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    2a36c91 View commit details
    Browse the repository at this point in the history