Skip to content

Commit

Permalink
docs: kendall typo (#1476)
Browse files Browse the repository at this point in the history
Co-authored-by: Jiahao Zhang <jiahao.zhang@anu.edu.au>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
Fixes #1475

(cherry picked from commit 0caec8f)
  • Loading branch information
DavidZhang73 authored and Borda committed Feb 20, 2023
1 parent 64516db commit 6110777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ def metric_ddp(rank, world_size):
n_epochs = 5
# this shows iteration over multiple training epochs
for n in range(n_epochs):

# this will be replaced by a DataLoader with a DistributedSampler
n_batches = 10
for i in range(n_batches):
Expand Down
6 changes: 3 additions & 3 deletions docs/source/regression/kendall_rank_corr_coef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

.. include:: ../links.rst

#######################
Kendal Rank Corr. Coef.
#######################
########################
Kendall Rank Corr. Coef.
########################

Module Interface
________________
Expand Down

0 comments on commit 6110777

Please sign in to comment.