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

Mutual Information Score #2008

Merged
merged 34 commits into from
Aug 25, 2023
Merged

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 <[email protected]>
    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 <[email protected]>
    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. remove unused arg

    SkafteNicki authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    51d3f2a View commit details
    Browse the repository at this point in the history