-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SpecificityAtSensitivity Metric (#1432)
Co-authored-by: Justus Schock <[email protected]>
- Loading branch information
1 parent
9dc9354
commit 3f93c72
Showing
8 changed files
with
1,300 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
.. customcarditem:: | ||
:header: Specificity At Sensitivity | ||
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/tabular_classification.svg | ||
:tags: Classification | ||
|
||
########################## | ||
Specificity At Sensitivity | ||
########################## | ||
|
||
Module Interface | ||
________________ | ||
|
||
BinarySpecificityAtSensitivity | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autoclass:: torchmetrics.classification.BinarySpecificityAtSensitivity | ||
:noindex: | ||
:exclude-members: update, compute | ||
|
||
MulticlassSpecificityAtSensitivity | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autoclass:: torchmetrics.classification.MulticlassSpecificityAtSensitivity | ||
:noindex: | ||
:exclude-members: update, compute | ||
|
||
MultilabelSpecificityAtSensitivity | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autoclass:: torchmetrics.classification.MultilabelSpecificityAtSensitivity | ||
:noindex: | ||
:exclude-members: update, compute | ||
|
||
Functional Interface | ||
____________________ | ||
|
||
binary_specificity_at_sensitivity | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autofunction:: torchmetrics.functional.classification.binary_specificity_at_sensitivity | ||
:noindex: | ||
|
||
multiclass_specificity_at_sensitivity | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autofunction:: torchmetrics.functional.classification.multiclass_specificity_at_sensitivity | ||
:noindex: | ||
|
||
multilabel_specificity_at_sensitivity | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autofunction:: torchmetrics.functional.classification.multilabel_specificity_at_sensitivity | ||
:noindex: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.