Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SkafteNicki committed Oct 25, 2024
1 parent 5602871 commit 2b3b91b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/source/classification/logauc.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. customcarditem::
:header: Log Area under the Receiver Operating Characteristic Curve (LogAUC)
:header: Log Area Receiver Operating Characteristic Curve (LogAUC)
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/tabular_classification.svg
:tags: Classification

Expand All @@ -17,19 +17,19 @@ ________________
: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
Expand All @@ -40,16 +40,16 @@ ____________________
.. 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

0 comments on commit 2b3b91b

Please sign in to comment.