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

[WIP] Classification metrics overhaul 1/3 [wip] #4835

Closed
wants to merge 41 commits into from
Closed

[WIP] Classification metrics overhaul 1/3 [wip] #4835

wants to merge 41 commits into from

Commits on Nov 4, 2020

  1. WIP

    tadejsv committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    220dc38 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. WIP

    tadejsv committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    d9f6251 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Add input tests

    tadejsv committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    ae23cc7 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

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

Commits on Nov 13, 2020

  1. Add more input tests

    tadejsv committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    0c7200b View commit details
    Browse the repository at this point in the history
  2. rebase to master

    tadejsv committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    b3be983 View commit details
    Browse the repository at this point in the history
  3. Add accuracy metrics

    tadejsv committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    6ee01ef View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

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

Commits on Nov 17, 2020

  1. Add StatScores metric

    tadejsv committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    87c3bf3 View commit details
    Browse the repository at this point in the history
  2. Refactor error checking

    tadejsv committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    289e2ba View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Some documentation changes

    tadejsv committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    e6688a2 View commit details
    Browse the repository at this point in the history
  2. Improve metrics documentation

    tadejsv committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    7b9c88e View commit details
    Browse the repository at this point in the history
  3. WIP

    tadejsv committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    4a6bdf7 View commit details
    Browse the repository at this point in the history
  4. Add ignore_index option

    tadejsv committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    e999b4d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Fix

    tadejsv committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    7a2dbfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80aff9b View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    93408a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f872689 View commit details
    Browse the repository at this point in the history
  3. Unify accuracy metrics

    tadejsv committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    ea2c2ad View commit details
    Browse the repository at this point in the history
  4. Add topk tests

    tadejsv committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    a8dd487 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Add stat scores functional

    tadejsv committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    1f55735 View commit details
    Browse the repository at this point in the history
  2. FBeta and IoU unified

    tadejsv committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    d534009 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ef5875 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfbf18c View commit details
    Browse the repository at this point in the history
  5. Add dice alias

    tadejsv committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    04529a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0f1075 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a310b23 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Confusion matrix tests pass

    tadejsv committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    0976781 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    296c840 View commit details
    Browse the repository at this point in the history
  3. Fix stat scores tests

    tadejsv committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    5364eff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    040a4b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    3be2106 View commit details
    Browse the repository at this point in the history
  2. Fix docstring examples

    tadejsv committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    4f8e44b View commit details
    Browse the repository at this point in the history
  3. Remove redundant functions

    tadejsv committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    7462867 View commit details
    Browse the repository at this point in the history
  4. Increase coverage

    tadejsv committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    6003289 View commit details
    Browse the repository at this point in the history
  5. num_processes back

    tadejsv committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    0eaf891 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    052d11b View commit details
    Browse the repository at this point in the history
  7. PEP compliance

    tadejsv committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    92e5ddb View commit details
    Browse the repository at this point in the history
  8. PEP compliance

    tadejsv committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    4421fd8 View commit details
    Browse the repository at this point in the history
  9. Remove logits argument

    tadejsv committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    83628cc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bde9543 View commit details
    Browse the repository at this point in the history