We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e42fa3 commit 0b2c3a8Copy full SHA for 0b2c3a8
fastcan/_minibatch.py
@@ -50,6 +50,7 @@ def minibatch(X, y, n_features_to_select=1, batch_size=1):
50
51
batch_size : int, default=1
52
The number of features in a mini-batch.
53
+ It is recommended that batch_size be less than n_samples.
54
55
Returns
56
-------
0 commit comments