spatialsample icon indicating copy to clipboard operation
spatialsample copied to clipboard

Create and summarize spatial resampling objects 🗺

Results 8 spatialsample issues
Sort by recently updated
recently updated
newest added

I think spatialsample is ready for version 1.0.0. We're building on top of rsample >= 1.0.0, which has had a pretty stable interface for multiple years, and I'd be surprised...

Both the main and dev site still use the old (fully opaque) autoplot method for buffering GIFs: https://spatialsample.tidymodels.org/dev/articles/buffering.html I'm not entirely sure why that's happening; I guess we need to...

## The problem When using `spatial_clustering_cv` to create spatial resamples, the geometry column is retained within the folds. This causes `fit_resamples` to fail with an error indicating that not all...

### Brief description of the problem I am experiencing an error when using **spatial_block_cv()** from **{spatialsample}** together with **{tidymodels}**' tune_grid() to perform spatial cross-validation on my dataset. The same dataset...

Hi there! Just a short note on the distance calculations. From my experience, it's one of the major bottlenecks in the package. For example, I can't even apply the `spatialsample`...

Closes #166 Some recent-ish changes in rsample are affecting spatialsample: rsample now prohibits LOO and has new type checkers. The related breakages show up in the revdep tests for testthat,...

We have updated {rsample} to use the rlang type checkers. We should update the snapshots in this package as well to reflect the changes.

upkeep