SortedStratifiedKFold.
split
(X, y, groups=None)[source]¶Generate indices to split data into training and test set.
Parameters: |
|
---|---|
Returns: |
|
Notes
Randomized CV splitters may return different results for each call of
split. You can make the results identical by setting random_state
to an integer.