oneWayHoldout: One way holdout, a splitFunction in the sense of...

View source: R/outOfSample.R

oneWayHoldoutR Documentation

One way holdout, a splitFunction in the sense of vtreat::buildEvalSets.

Description

Note one way holdout can leak target expected values, so it should not be preferred in nested modeling situations. Also, doesn't respect nSplits.

Usage

oneWayHoldout(nRows, nSplits, dframe, y)

Arguments

nRows

number of rows to split (integer >1).

nSplits

number of groups to split into (ignored).

dframe

original data frame (ignored).

y

numeric outcome variable (ignored).

Value

split plan

Examples


oneWayHoldout(3,NULL,NULL,NULL)


WinVector/vtreat documentation built on Aug. 29, 2023, 4:49 a.m.