Skip to content

Commit a253759

Browse files
committed
fix: unnecessary lines were removed from docstring
1 parent 257a698 commit a253759

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modAL/utils/selection.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ def shuffled_argmax(values: np.ndarray, n_instances: int = 1) -> np.ndarray:
1111
the tie when the highest utility score is not unique. The shuffle randomizes
1212
order, which is preserved by the mergesort algorithm.
1313
14-
Args:
15-
values:
16-
n_instances:
17-
1814
Args:
1915
values: Contains the values to be selected from.
2016
n_instances: Specifies how many indices to return.

0 commit comments

Comments
 (0)