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: Normalized Mutual Information Score #2029

Merged

Commits on Aug 28, 2023

  1. add docs

    matsumotosan committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    87eebbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60414d8 View commit details
    Browse the repository at this point in the history
  3. add tests

    matsumotosan committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7444a11 View commit details
    Browse the repository at this point in the history
  4. add metric class

    matsumotosan committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2550b39 View commit details
    Browse the repository at this point in the history
  5. drop packaging (Lightning-AI#2023)

    Borda authored and matsumotosan committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    a0d7064 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e92ab6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    83d6c43 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    421c029 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

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

    SkafteNicki committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    497ff9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc93e36 View commit details
    Browse the repository at this point in the history
  5. fix docstring examples.

    matsumotosan committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2d738f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2212709 View commit details
    Browse the repository at this point in the history
  7. fix tests

    matsumotosan committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e7211ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8dcd3b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    a847a39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8d085a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    759b7cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7e2bdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a7447d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Update src/torchmetrics/functional/clustering/normalized_mutual_info_…

    …score.py
    
    Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
    matsumotosan and SkafteNicki committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    bbf720e View commit details
    Browse the repository at this point in the history
  2. Update src/torchmetrics/functional/clustering/normalized_mutual_info_…

    …score.py
    
    Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
    matsumotosan and SkafteNicki committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    df6ad07 View commit details
    Browse the repository at this point in the history
  3. Update src/torchmetrics/functional/clustering/normalized_mutual_info_…

    …score.py
    
    Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
    matsumotosan and SkafteNicki committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    cc46aa3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4809902 View commit details
    Browse the repository at this point in the history
  5. smaller fixes

    SkafteNicki committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c2af142 View commit details
    Browse the repository at this point in the history
  6. test plotting

    SkafteNicki committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a79833f View commit details
    Browse the repository at this point in the history
  7. docstring update

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

    SkafteNicki committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2c32be0 View commit details
    Browse the repository at this point in the history
  9. fix unittests

    SkafteNicki committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    aafb4e1 View commit details
    Browse the repository at this point in the history
  10. Update tests/unittests/clustering/test_normalized_mutual_info_score.py

    Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
    matsumotosan and Borda committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1c7cb50 View commit details
    Browse the repository at this point in the history
  11. Update tests/unittests/clustering/test_normalized_mutual_info_score.py

    Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
    matsumotosan and Borda committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    23bddbc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7df4bbf View commit details
    Browse the repository at this point in the history
  13. fix

    SkafteNicki committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    539a2e4 View commit details
    Browse the repository at this point in the history
  14. fix parametrize

    SkafteNicki committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    503a156 View commit details
    Browse the repository at this point in the history