I recently discovered spatial_clustering_cv()
from spatialresample
package to work alongside tidymodels
.
I was just wondering if setting spatial_clustering_cv(v, coords = c(x, y)
would keep x
and y
as predictors or would be removed (like id
or strata
would).
How can I check this?