New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spatialsample::spatial_clustering_cv() for Tidymodels -- coords removed for prediction or no? #32
Comments
|
I'm not entirely sure what you mean here. rsample and spatialsample do not have predictors, they only resample the data. No columns get removed. Does this answer help you? |
Thanks for the reply @hfrick. Sorry it was unclear.
One example I would like to cite is |
|
Ah, I see, thanks. Resampling only splits the data. The columns you declare as |
|
Let us know if you have further clarifications or questions |
|
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
I was just wondering if setting
spatial_clustering_cv(v, coords = c(x, y)would keepxandyas predictors or would be removed (likeidorstratawould be).How can I check this?
The text was updated successfully, but these errors were encountered: