You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When group or stratify is provided to the splitter, we should automatically select either GroupedKfold or StratifiedKFold or GroupStratifiedKfold, if the user did not provide their own splitter class, but just a n_splits
The text was updated successfully, but these errors were encountered:
When group or stratify is provided to the splitter, we should automatically select either GroupedKfold or StratifiedKFold or GroupStratifiedKfold, if the user did not provide their own splitter class, but just a
n_splits
The text was updated successfully, but these errors were encountered: