-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8f6936d
commit d73e6c1
Showing
14 changed files
with
1,394 additions
and
0 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: Log Area Receiver Operating Characteristic (LogAUC) | ||
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/tabular_classification.svg | ||
:tags: Classification | ||
|
||
.. include:: ../links.rst | ||
|
||
####### | ||
Log AUC | ||
####### | ||
|
||
Module Interface | ||
________________ | ||
|
||
.. autoclass:: torchmetrics.LogAUC | ||
:exclude-members: update, compute | ||
:special-members: __new__ | ||
|
||
BinaryLogAUC | ||
^^^^^^^^^^^^ | ||
|
||
.. autoclass:: torchmetrics.classification.BinaryLogAUC | ||
:exclude-members: update, compute | ||
|
||
MulticlassLogAUC | ||
^^^^^^^^^^^^^^^^ | ||
|
||
.. autoclass:: torchmetrics.classification.MulticlassLogAUC | ||
:exclude-members: update, compute | ||
|
||
MultilabelLogAUC | ||
^^^^^^^^^^^^^^^^ | ||
|
||
.. autoclass:: torchmetrics.classification.MultilabelLogAUC | ||
:exclude-members: update, compute | ||
|
||
Functional Interface | ||
____________________ | ||
|
||
.. autofunction:: torchmetrics.functional.logauc | ||
|
||
binary_logauc | ||
^^^^^^^^^^^^^ | ||
|
||
.. autofunction:: torchmetrics.functional.classification.binary_logauc | ||
|
||
multiclass_logauc | ||
^^^^^^^^^^^^^^^^^ | ||
|
||
.. autofunction:: torchmetrics.functional.classification.multiclass_logauc | ||
|
||
multilabel_logauc | ||
^^^^^^^^^^^^^^^^^ | ||
|
||
.. autofunction:: torchmetrics.functional.classification.multilabel_logauc |
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
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.