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
The selectorType option allows you to specify what the unit of sampling is for cross-validation: rows or strata. We could implement a simple heuristic that can automatically make a choice that is probably correct, for example:
if rows / strata > folds then sample by rows else sample by strata
The text was updated successfully, but these errors were encountered:
The
selectorType
option allows you to specify what the unit of sampling is for cross-validation: rows or strata. We could implement a simple heuristic that can automatically make a choice that is probably correct, for example:if rows / strata > folds then sample by rows else sample by strata
The text was updated successfully, but these errors were encountered: