-
-
Notifications
You must be signed in to change notification settings - Fork 655
Implement Jaccard Index shortcut for metrics #1682
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
Implement Jaccard Index shortcut for metrics #1682
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @Moh-Yakoub !
I minor thing to fix in the docs
and update the docs: docs/source/metrics.rst
Thanks for the updates @Moh-Yakoub , few more things to update in the docs. |
871988a
to
8d9c8ea
Compare
@Moh-Yakoub I removed the type annotations from docstring as it is ongoing work now, see #1665 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Fixes #1680
Description:
Adding a Jaccard Index shortcut. https://en.wikipedia.org/wiki/Jaccard_index
It does the same computation as the IoU metric. Adding this shortcut as this is a more common name for the metric that IoU.
Check list: