test_folds_BS.Rd
DEPRECATED! Use cvo_test_bs
instead.
Test if data in folds is stratified and blocked.
This function run tests, that help to evaluate if data in folds is
(a) stratified and (b) blocked.
test_folds_BS(
obj,
data = NULL,
stratify_by = NULL,
block_by = NULL,
nColShow = 10
)
foldTests(obj, ...)
A list with validation/test set indices in folds. Note: If indices are from training set, the result will be incorrect.
A data frame, for wich obj
was created.
A name of variable used for stratification.
A name of variable used for blocking.
Number of blocking variable cross-tabulation's columns to be shown. Default is 10.
Print tables that help to evaluate if data is (a) stratified,
(b) blocked.