-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SensitivityAtSpecificity metric (#2217)
Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
- Loading branch information
1 parent
59d0a11
commit 442c463
Showing
10 changed files
with
1,403 additions
and
30 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,55 @@ | ||
.. customcarditem:: | ||
:header: Sensitivity At Specificity | ||
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/tabular_classification.svg | ||
:tags: Classification | ||
|
||
.. include:: ../links.rst | ||
|
||
########################## | ||
Sensitivity At Specificity | ||
########################## | ||
|
||
Module Interface | ||
________________ | ||
|
||
.. autoclass:: torchmetrics.SensitivityAtSpecificity | ||
:exclude-members: update, compute | ||
:special-members: __new__ | ||
|
||
BinarySensitivityAtSpecificity | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autoclass:: torchmetrics.classification.BinarySensitivityAtSpecificity | ||
:exclude-members: update, compute | ||
|
||
MulticlassSensitivityAtSpecificity | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autoclass:: torchmetrics.classification.MulticlassSensitivityAtSpecificity | ||
:exclude-members: update, compute | ||
|
||
MultilabelSensitivityAtSpecificity | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autoclass:: torchmetrics.classification.MultilabelSensitivityAtSpecificity | ||
:exclude-members: update, compute | ||
|
||
Functional Interface | ||
____________________ | ||
|
||
.. autofunction:: torchmetrics.functional.classification.sensitivity_at_specificity | ||
|
||
binary_sensitivity_at_specificity | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autofunction:: torchmetrics.functional.classification.binary_sensitivity_at_specificity | ||
|
||
multiclass_sensitivity_at_specificity | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autofunction:: torchmetrics.functional.classification.multiclass_sensitivity_at_specificity | ||
|
||
multilabel_sensitivity_at_specificity | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autofunction:: torchmetrics.functional.classification.multilabel_sensitivity_at_specificity |
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.