Prevent LOO through vfold_cv()
#440
Labels
feature
a feature request or enhancement
tidy-dev-day 🤓
Tidyverse Developer Day rstd.io/tidy-dev-day
We purposefully don't (fully) support LOO cross-validation in tidymodels: we have
loo_cv()
in rsample but it's not supported in tune.However, you can create LOO cross-validation by doing:
which then does not get caught in tune. Let's make
vfold_cv()
error for this case, with a reference toloo_cv()
.Created on 2023-07-12 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: