Skip to content

Commit

Permalink
remove todo comment [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
elisno committed Jun 29, 2023
1 parent 0f10982 commit aa549e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cleanlab/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@ def _find_label_issues_multilabel(
n_jobs: Optional[int] = None,
verbose: bool = False,
) -> npt.NDArray[Union[np.bool_, np.int_]]:
# TODO: add docstring in the same format as other functions with args and returns
"""
Finds label issues in multi-label classification data where each example can belong to more than one class.
This is done via a one-vs-rest reduction for each class and the results are subsequently aggregated across all classes.
Expand Down

0 comments on commit aa549e7

Please sign in to comment.