Skip to content

Commit

Permalink
Update cleanlab/segmentation/summary.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
  • Loading branch information
elisno and jwmueller authored Jul 14, 2023
1 parent 511fca0 commit 8b914dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cleanlab/segmentation/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,9 @@ def common_label_issues(
Returns
-------
issues_df:
DataFrame containing columns ``['given_label', 'predicted_label', 'num_label_issues']`` and each row contains information for a
given/predicted label swap, ordered by the number of label issues inferred for this type of label swap.
DataFrame with columns ``['given_label', 'predicted_label', 'num_label_issues']``
where each row contains information about a particular given/predicted label swap.
Rows are ordered by the number of label issues inferred to exhibit this type of label swap.
"""
try:
N, K, H, W = pred_probs.shape
Expand Down

0 comments on commit 8b914dc

Please sign in to comment.