Description Usage Arguments Value
data set train/test with seed and prop (0.6).
Data input is data frame.
1 | make_train_test_list(data_df, seed_init = 1234, prop = 0.6667)
|
data_df |
Data frame. |
seed_init |
Put a value for seed. |
prop |
Put a proportion for dimension train/test. |
List of data frame (train + test).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.