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

New metric: Rand Score #2025

Merged
merged 59 commits into from
Aug 28, 2023
Merged

New metric: Rand Score #2025

merged 59 commits into from
Aug 28, 2023

Commits on Aug 19, 2023

  1. working implementation

    matsumotosan committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    b726b2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a065ef1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. working implementation

    matsumotosan committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f355a3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6862da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    432d2d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbfae57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f72183d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fe14e0 View commit details
    Browse the repository at this point in the history
  7. add docs files

    matsumotosan committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    808b278 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. releasing 1.1.0

    Borda committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a0308d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eddb2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcd44b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d3fec9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d13c6f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7dad1f9 View commit details
    Browse the repository at this point in the history
  7. Fix ruff-related errors

    matsumotosan committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c36d8a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    71956f4 View commit details
    Browse the repository at this point in the history
  9. Fix docstring examples

    matsumotosan committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f677483 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0d361d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

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

    SkafteNicki authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    422ace3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf05b8b View commit details
    Browse the repository at this point in the history
  4. Update src/torchmetrics/clustering/mutual_info_score.py

    Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
    matsumotosan and SkafteNicki authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e9a1233 View commit details
    Browse the repository at this point in the history
  5. Update src/torchmetrics/clustering/mutual_info_score.py

    Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
    matsumotosan and SkafteNicki authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9cff876 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ecd697 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c967ef View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    e4523d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1cc3df View commit details
    Browse the repository at this point in the history
  3. fix plotting docstring

    matsumotosan committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f278c5c View commit details
    Browse the repository at this point in the history
  4. add paren

    matsumotosan committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c866355 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a4a423 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. fix doc import

    SkafteNicki committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ca5ff5f View commit details
    Browse the repository at this point in the history
  2. fix on gpu

    SkafteNicki committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    157e8f8 View commit details
    Browse the repository at this point in the history
  3. add implementation

    SkafteNicki committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1d6693a View commit details
    Browse the repository at this point in the history
  4. add docs

    SkafteNicki committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    700617b View commit details
    Browse the repository at this point in the history
  5. fix text

    SkafteNicki committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    74dd965 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f18828 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f5536d View commit details
    Browse the repository at this point in the history
  8. changelog

    SkafteNicki authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    747a4ad View commit details
    Browse the repository at this point in the history
  9. fix

    SkafteNicki committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    42b10d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8ec288a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Update tests/unittests/clustering/test_rand_score.py

    Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
    SkafteNicki and Borda authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    1a6d39f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25eb88d View commit details
    Browse the repository at this point in the history
  3. add implementation

    SkafteNicki committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    4bf9595 View commit details
    Browse the repository at this point in the history
  4. add docs

    SkafteNicki committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    349408f View commit details
    Browse the repository at this point in the history
  5. fix text

    SkafteNicki committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    d716114 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c272ee3 View commit details
    Browse the repository at this point in the history
  7. changelog

    SkafteNicki committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    e733451 View commit details
    Browse the repository at this point in the history
  8. fix

    SkafteNicki committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    741f5df View commit details
    Browse the repository at this point in the history
  9. Update tests/unittests/clustering/test_rand_score.py

    Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
    SkafteNicki and Borda committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    b75c0b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    30dfbde View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1b61095 View commit details
    Browse the repository at this point in the history
  12. Update src/torchmetrics/clustering/rand_score.py

    Co-authored-by: Daniel Stancl <46073029+stancld@users.noreply.github.com>
    SkafteNicki and stancld authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    f4386c5 View commit details
    Browse the repository at this point in the history
  13. Update src/torchmetrics/clustering/rand_score.py

    Co-authored-by: Daniel Stancl <46073029+stancld@users.noreply.github.com>
    SkafteNicki and stancld authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    a0581fa View commit details
    Browse the repository at this point in the history
  14. fix mypy

    SkafteNicki committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    10c579b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

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

Commits on Aug 28, 2023

  1. skip on too much memory

    SkafteNicki committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    90bf3b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2884f37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d567362 View commit details
    Browse the repository at this point in the history