Skip to content
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

Support non-spatial blocking? #351

Closed
mikemahoney218 opened this issue Jul 25, 2022 · 2 comments · Fixed by #352
Closed

Support non-spatial blocking? #351

mikemahoney218 opened this issue Jul 25, 2022 · 2 comments · Fixed by #352
Labels
feature a feature request or enhancement

Comments

@mikemahoney218
Copy link
Member

Someone brought this up in a workshop -- there's a lot of places that blocked CV can be useful (the Roberts 2017 paper discusses several). It might be useful to support blocking (temporal, phylogenetic) and non-spatial clustering (someone provides a distance matrix, we use a knockoff of spatial_clustering_cv to break it into folds).

@juliasilge juliasilge added the feature a feature request or enhancement label Jul 26, 2022
@mikemahoney218
Copy link
Member Author

mikemahoney218 commented Jul 26, 2022

clustering_cv <- function(data, coords, cluster_function = "kmeans", distance_function = "dist")

@github-actions
Copy link

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.

@github-actions github-actions bot locked and limited conversation to collaborators Aug 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature a feature request or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants