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

[Metrics] Confusion matrix class interface #4348

Merged
merged 32 commits into from
Oct 30, 2020

Commits on Oct 10, 2020

  1. docs + precision + recall + f_beta + refactor

    Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
    ananyahjha93 and teddykoker committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    dd9c584 View commit details
    Browse the repository at this point in the history
  2. rebase

    Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
    ananyahjha93 and teddykoker committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    1ef3ef2 View commit details
    Browse the repository at this point in the history
  3. fixes

    Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
    ananyahjha93 and teddykoker committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    f7c5c2d View commit details
    Browse the repository at this point in the history
  4. added missing file

    ananyahjha93 committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    f810486 View commit details
    Browse the repository at this point in the history
  5. docs

    ananyahjha93 committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    3ca8123 View commit details
    Browse the repository at this point in the history
  6. docs

    ananyahjha93 committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    344a518 View commit details
    Browse the repository at this point in the history
  7. extra import

    ananyahjha93 committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    f2f7ec9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. add confusion matrix

    SkafteNicki committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    385cf3b View commit details
    Browse the repository at this point in the history
  2. add to docs

    SkafteNicki committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    e83c7bc View commit details
    Browse the repository at this point in the history
  3. add test

    SkafteNicki committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    0f1ed32 View commit details
    Browse the repository at this point in the history
  4. pep8 + isort

    SkafteNicki committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    40501c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. merge

    SkafteNicki committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    816c3a3 View commit details
    Browse the repository at this point in the history
  2. update tests

    SkafteNicki committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    c8f1902 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Configuration menu
    Copy the full SHA
    d15b8df View commit details
    Browse the repository at this point in the history
  2. move util function

    SkafteNicki committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    46db09a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a48624a View commit details
    Browse the repository at this point in the history
  4. add to init

    SkafteNicki committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    d626ac8 View commit details
    Browse the repository at this point in the history
  5. remove old implementation

    SkafteNicki committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    8404be1 View commit details
    Browse the repository at this point in the history
  6. update tests

    SkafteNicki committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    bbca887 View commit details
    Browse the repository at this point in the history
  7. pep8

    SkafteNicki committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    4cbb7f0 View commit details
    Browse the repository at this point in the history
  8. add duplicate

    SkafteNicki committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    ef485b8 View commit details
    Browse the repository at this point in the history
  9. fix doctest

    SkafteNicki committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    044d801 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Update pytorch_lightning/metrics/classification/confusion_matrix.py

    Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
    SkafteNicki and justusschock authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    c068ae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    499ab93 View commit details
    Browse the repository at this point in the history
  3. changelog

    SkafteNicki committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    8682c1a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

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

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    ccafd36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bcc5fb View commit details
    Browse the repository at this point in the history
  3. bullet point args

    SkafteNicki committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    c2140ad View commit details
    Browse the repository at this point in the history
  4. bullet docs

    rohitgr7 authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    832f6c3 View commit details
    Browse the repository at this point in the history
  5. bullet docs

    SkafteNicki committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    70c7032 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a158720 View commit details
    Browse the repository at this point in the history