Create sample settings to sample the train set.
createSampleTrainSetSettings.RdGiven a train set and a number of required outcomes, the train set outcomes are reduced to the number of required train outcomes, trying to maintain the original outcome to non-outcome distribution.
Usage
createSampleTrainSetSettings(
numberTrainSetOutcomes = NULL,
sampleSeed = sample(10000, 1)
)