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

[MRG] Allow plot_confusion_matrix to be called on predicted labels #15883

Closed

Commits on Dec 13, 2019

  1. Allow plot_confusion_matrix to be called on predicted labels instead …

    …of an estimator and features.
    Johannes Hennrich committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    a6f8b92 View commit details
    Browse the repository at this point in the history
  2. Fix line length

    Johannes Hennrich committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    53caf9f View commit details
    Browse the repository at this point in the history
  3. Fix line length

    Johannes Hennrich committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    32a2b41 View commit details
    Browse the repository at this point in the history
  4. Shorten the docstrings

    Johannes Hennrich committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    6b7c19a View commit details
    Browse the repository at this point in the history
  5. Take labels from groundtruth and predictions if no estimator was spec…

    …ified.
    Johannes Hennrich committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    ae4ef9f View commit details
    Browse the repository at this point in the history
  6. Add test for plot_confusion_matrix using y_pred

    Johannes Hennrich committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    9b7fed3 View commit details
    Browse the repository at this point in the history
  7. Fix lint error

    Johannes Hennrich committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    19da056 View commit details
    Browse the repository at this point in the history