powered by
Note one way holdout can leak target expected values, so it should not be preferred in nested modeling situations. Also, doesn't respect nSplits.
oneWayHoldout(nRows, nSplits, dframe, y)
split plan
number of rows to split (integer >1).
number of groups to split into (ignored).
original data frame (ignored).
numeric outcome variable (ignored).
oneWayHoldout(3,NULL,NULL,NULL)
Run the code above in your browser using DataLab