Skip to content

Commit e90f116

Browse files
wolframalphaglemaitre
authored andcommitted
DOC fix in docstring of LeavePOut (scikit-learn#14517)
1 parent a72f4dc commit e90f116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/model_selection/_split.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class LeavePOut(BaseCrossValidator):
207207
Parameters
208208
----------
209209
p : int
210-
Size of the test sets. Must be strictly greater than the number of
210+
Size of the test sets. Must be strictly less than the number of
211211
samples.
212212
213213
Examples

0 commit comments

Comments
 (0)