Skip to content

Commit 0b2c3a8

Browse files
committed
DOC add recommendation for batch_size
1 parent 4e42fa3 commit 0b2c3a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastcan/_minibatch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def minibatch(X, y, n_features_to_select=1, batch_size=1):
5050
5151
batch_size : int, default=1
5252
The number of features in a mini-batch.
53+
It is recommended that batch_size be less than n_samples.
5354
5455
Returns
5556
-------

0 commit comments

Comments
 (0)