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

Adding simple baselines from GIS #38

Open
patel-zeel opened this issue Aug 22, 2023 · 2 comments
Open

Adding simple baselines from GIS #38

patel-zeel opened this issue Aug 22, 2023 · 2 comments
Milestone

Comments

@patel-zeel
Copy link
Contributor

Simple deterministic baselines from geographical information systems (GIS) such as "Inverse Distance Weighting", "K Nearest Neighbors", "Mean of the context y" act as good baselines and sometimes provide insights into the complexity of the dataset. It may be helpful to implement these baselines inheriting from DeepSensorModel class.

@tom-andersson tom-andersson added this to the v0.3.0 milestone Aug 22, 2023
@tom-andersson
Copy link
Collaborator

Adding baselines sounds great @patel-zeel. Do you envisage having a new module deepsensor.model.baselines implementing each of these?

@patel-zeel
Copy link
Contributor Author

patel-zeel commented Aug 23, 2023

@tom-andersson Grouping similar characteristic models seems a good idea. Can we use a more self-explanatory name for this module? For example,

  • deepsensor.model.gis or deepsensor.model.deterministic or deepsensor.model.interpolators
    • KNN
    • IDW
    • Kriging
    • SpatialAverage

Over time, we may target most of the interpolators from Esri's ArcGIS. Should we put a dependency on polire (a spatial interpolation library from our lab) for this to avoid reinventing the wheel?

@tom-andersson tom-andersson modified the milestones: v0.3.0, v0.4.0 Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants