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 function is group_mc_split() but the class is grouped_mc_split whereas for vfold_cv and bootstraps they are both group_*. They should all be group_.
The function is
group_mc_split()but the class isgrouped_mc_splitwhereas for vfold_cv and bootstraps they are bothgroup_*. They should all begroup_.rsample/R/mc.R
Line 242 in a976356