create_splits: For use with in generating training and test sets Create...

Description Usage Arguments Value

View source: R/training.R

Description

For use with in generating training and test sets Create training, test, and hold out splits

Usage

1
create_splits(data, train, test)

Arguments

data

data frame object

train

integer, number of training samples

test

integer, number of test samples

Value

list of training, test and holdout samples


tbonza/supml documentation built on May 17, 2019, 3:14 a.m.