Skip to content

Where to implement spatial resampling methods #989

Open
@tiemvanderdeure

Description

@tiemvanderdeure

In my field (ecology/species distribution modelling) it is very common to use spatial resampling, and I've written some spatial ResamplingStrategys, 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions