Cyclops icon indicating copy to clipboard operation
Cyclops copied to clipboard

Add an option to automatically pick selectorType in createControl

Open schuemie opened this issue 10 years ago • 0 comments

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

schuemie avatar Feb 02 '15 15:02 schuemie