Description Usage Arguments Value
View source: R/helper_functions.R
Create a train, test, and validation split of a dataset.
1 | train_test_validate(y, train.p, test.p)
|
y |
Outcome vector. |
train.p |
Fraction of observations in the training set. |
test.p |
Fraction of observations in the test set |
A list with train, test, and validation indices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.