-
Notifications
You must be signed in to change notification settings - Fork 405
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: Adjusted mutual info score #2058
New metric: Adjusted mutual info score #2058
Conversation
I have yet to implement |
src/torchmetrics/functional/clustering/adjusted_mutual_info_score.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
@SkafteNicki @Borda CI is failing at "Install Sudo in container". Any idea what this is about? |
There is likely Microsoft outage, pls be patient and let's try it later again... |
Lightning-AI#2082) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* implementation * fix error in other metric * links + init + utils * add tests * changelog * fix inf * changelog * docs
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2058 +/- ##
========================================
- Coverage 87% 37% -50%
========================================
Files 291 293 +2
Lines 16230 16304 +74
========================================
- Hits 14111 6039 -8072
- Misses 2119 10265 +8146 |
Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
What does this PR do?
Fixes part of #2003
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃
📚 Documentation preview 📚: https://torchmetrics--2058.org.readthedocs.build/en/2058/