I am running on the following error:
library(tidymodels)
nested_cv(data = iris, outside = group_vfold_cv( data = iris, group = Species, v = 2), inside = bootstraps(times = 5)) %>% rsample2caret()
Error:
labels
not implemented for nested resampling
I am unsure it is on development or if there is a correct way (or a different way) to input on caret/trainControl .