`spatial_clustering_cv()` should have a `repeats` argument
Closed this issue · 2 comments
mikemahoney218 commented
See #115
spatial_clustering_cv() can be deterministic depending on cluster_function, but there's no way we'd check for that. But, like with spatial_buffer_vfold_cv(), that feels fine to me.
mikemahoney218 commented
I'm going to leave this one open until rsample
gets released; the current structure of spatial_clustering_cv()
would make repeating distance_function
a pain, but it'll be much easier when this function just wraps clustering_cv()
.
github-actions commented
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.