Skip to content

Commit

Permalink
mention AP in enum
Browse files Browse the repository at this point in the history
Signed-off-by: thibaultdvx <[email protected]>
  • Loading branch information
thibaultdvx committed Sep 17, 2024
1 parent d88c9d8 commit 6df834f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monai/utils/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class GridSamplePadMode(StrEnum):

class Average(StrEnum):
"""
See also: :py:class:`monai.metrics.rocauc.compute_roc_auc`
See also: :py:class:`monai.metrics.rocauc.compute_roc_auc` or :py:class:`monai.metrics.average_precision.compute_average_precision`
"""

MACRO = "macro"
Expand Down

0 comments on commit 6df834f

Please sign in to comment.