Open
Description
In my field (ecology/species distribution modelling) it is very common to use spatial resampling, and I've written some spatial ResamplingStrategy
s, such as spatial cross-validation, and am considering where to share that code. I'm considering to either:
- Add them to SpeciesDistributionModels.jl (which is still under development)
- Make a separate package that SDM.jl would depend on
- Add them here as an extension to GeometryOps.jl
The problem with the last option is that right now it's not really possible to pass additional information (such as the point location) of data to machine
. I'm hacking around this in SDM.jl by calling train_test_pairs
directly.
I would like to hear what others think about this?
Metadata
Metadata
Assignees
Labels
No labels