Description Usage Arguments Value
A lot of functions in this package return lists with two elements that are
data frames called training_data
and testing_data
. You might prefer these
to be in the form of an rsplit
object, such as the return of
rsample::initial_split()
so that you can access the training and testing
parts with rsample::training()
and rsample::testing()
.
1 | conv_traintest_lst_to_rsplit(traintest_lst)
|
traintest_lst |
A list with two elements |
An rsplit
object. Something like the return of
rsample::initial_split()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.