-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Refactor] Classification 6/n (#1163)
* some idea * implementation stuff * error message * somethings working * working * working multilabel precision recall * docstrings * working average precision * working roc * working auroc * working precision at recall * docs * init files * beginning doctest * more docs * more docs * more docs * more docs * more docs * more docs * correction to math * fix mypy * add suggestions * change default from 100 to None * fix * fix * some fixes * suggestions for stancld * try fixing * try fix * try again * more fixing * another fix * skip half + cpu test for old versions * fix link * another fix * nan safety * another fix * skip non working cpu half tests * skip non working cpu + half tests
- Loading branch information
1 parent
c25680c
commit 0f7a102
Showing
27 changed files
with
6,523 additions
and
680 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
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,50 @@ | ||
.. customcarditem:: | ||
:header: Recall At Fixed Precision | ||
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/tabular_classification.svg | ||
:tags: Classification | ||
|
||
######################### | ||
Recall At Fixed Precision | ||
######################### | ||
|
||
Module Interface | ||
________________ | ||
|
||
BinaryRecallAtFixedPrecision | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autoclass:: torchmetrics.BinaryRecallAtFixedPrecision | ||
:noindex: | ||
|
||
MulticlassRecallAtFixedPrecision | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autoclass:: torchmetrics.MulticlassRecallAtFixedPrecision | ||
:noindex: | ||
|
||
MultilabelRecallAtFixedPrecision | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autoclass:: torchmetrics.MultilabelRecallAtFixedPrecision | ||
:noindex: | ||
|
||
Functional Interface | ||
____________________ | ||
|
||
binary_recall_at_fixed_precision | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autofunction:: torchmetrics.functional.binary_recall_at_fixed_precision | ||
:noindex: | ||
|
||
multiclass_recall_at_fixed_precision | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autofunction:: torchmetrics.functional.multiclass_recall_at_fixed_precision | ||
:noindex: | ||
|
||
multilabel_recall_at_fixed_precision | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autofunction:: torchmetrics.functional.multilabel_recall_at_fixed_precision | ||
: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
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.