Description Usage Arguments Value See Also
This will split the data into train and test.
1 2  | resample_simple_train_test_split(X, y, train_size = 0.667, foldid = NULL,
  random_state = NULL)
 | 
X | 
 A data.frame, the data to be resampled.  | 
y | 
 A numeric vector with two classes, 0 and 1.  | 
train_size | 
 A numeric vector of length one; specifies what proportion of the data should be used for the training data set. Defaults to 0.667.  | 
foldid | 
 Not currently supported in this function.  | 
random_state | 
 An integer vector of length one; specifies the seed to be used for the analysis. Defaults to NULL.  | 
A boolean vector of length n_obs where TRUE represents that observation should be in the train set.
Other resample: resample_fold_train_test_split,
resample_stratified_class_train_test_split,
resample_stratified_simple_train_test_split
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.