.. customcarditem:: :header: Precision Recall Curve :image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/tabular_classification.svg :tags: Classification ###################### Precision Recall Curve ###################### Module Interface ________________ .. autoclass:: torchmetrics.PrecisionRecallCurve :noindex: :exclude-members: update, compute BinaryPrecisionRecallCurve ^^^^^^^^^^^^^^^^^^^^^^^^^^ .. autoclass:: torchmetrics.classification.BinaryPrecisionRecallCurve :noindex: :exclude-members: update, compute MulticlassPrecisionRecallCurve ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. autoclass:: torchmetrics.classification.MulticlassPrecisionRecallCurve :noindex: :exclude-members: update, compute MultilabelPrecisionRecallCurve ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. autoclass:: torchmetrics.classification.MultilabelPrecisionRecallCurve :noindex: :exclude-members: update, compute Functional Interface ____________________ .. autofunction:: torchmetrics.functional.precision_recall_curve :noindex: binary_precision_recall_curve ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. autofunction:: torchmetrics.functional.classification.binary_precision_recall_curve :noindex: multiclass_precision_recall_curve ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. autofunction:: torchmetrics.functional.classification.multiclass_precision_recall_curve :noindex: multilabel_precision_recall_curve ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. autofunction:: torchmetrics.functional.classification.multilabel_precision_recall_curve :noindex: