I have to use rsample vfold_cv function (tidymodels) and inside a loop filter some columns from every fold so the model training gets only a specific set of columns fot every pass (not random).
My issue is I can't figure how to access and manipulate fold data.
any hint?