These functions can convert resampling objects between rsample and caret.
Usage
rsample2caret(object, data = c("analysis", "assessment"))
caret2rsample(ctrl, data = NULL)
Arguments
- object
An
rset
object. Currently,nested_cv()
is not supported.- data
The data that was originally used to produce the
ctrl
object.- ctrl
An object produced by
caret::trainControl()
that has had theindex
andindexOut
elements populated by integers. One method of getting this is to extract thecontrol
objects from an object produced bytrain
.