conv_traintest_lst_to_rsplit: Convert a list of 'training_data' and 'testing_data' to an...

Description Usage Arguments Value

Description

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().

Usage

1

Arguments

traintest_lst

A list with two elements training_data and testing_data which are data frames with the same column names.

Value

An rsplit object. Something like the return of rsample::initial_split().


mirvie/mirmodels documentation built on Jan. 14, 2022, 11:12 a.m.