Skip to content

Commit

Permalink
minor update on docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kzkadc committed Sep 10, 2024
1 parent 642b3f6 commit 1d3744b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ignite/metrics/regression/kendall_correlation.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ class KendallRankCorrelation(EpochMetric):
Parameters are inherited from ``Metric.__init__``.
Args:
variant: variant of kendall rank correlation. ``b`` or ``c`` is accepted.
variant: variant of kendall rank correlation. ``'b'`` or ``'c'`` is accepted.
Details can be found
`here <https://en.wikipedia.org/wiki/Kendall_rank_correlation_coefficient#Accounting_for_ties>`_.
Default: ``b``
Default: ``'b'``
output_transform: a callable that is used to transform the
:class:`~ignite.engine.engine.Engine`'s ``process_function``'s output into the
form expected by the metric. This can be useful if, for example, you have a multi-output model and
Expand Down

0 comments on commit 1d3744b

Please sign in to comment.