Skip to content

Commit

Permalink
Adding documentation in skmatter.sample_selection
Browse files Browse the repository at this point in the history
  • Loading branch information
cajchristian committed Apr 30, 2024
1 parent ce536cd commit c1a1b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skmatter/sample_selection/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class FPS(_FPS):
Parameters
----------
initialize: int, list of int, or 'random', default=0
initialize: int, list of int, ndarray of int, or 'random', default=0
Index of the first selection(s). If 'random', picks a random
value when fit starts. Stored in :py:attr:`self.initialize`.
Expand Down

0 comments on commit c1a1b9e

Please sign in to comment.