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

[LRNRQ] Add Geographically Weighted Random Forest from package spatialML #403

Open
6 of 9 tasks
G-Lomax opened this issue Jan 7, 2025 · 0 comments
Open
6 of 9 tasks
Labels
Learner Status: Request For requesting a new learner

Comments

@G-Lomax
Copy link

G-Lomax commented Jan 7, 2025

Algorithm

grf: Geographically Weighted Random Forest Model

Package

spatialML

Supported types

  • classif
  • clust
  • dens
  • regr
  • surv

I have checked that this is not already implemented in

  • mlr3
  • mlr3learners
  • mlr3extralearners
  • Other core packages (e.g. mlr3proba, mlr3keras)

Why do I think this is a useful learner?

Existing implementations of random forest are blind to spatial structure and non-stationarity in data, despite being widely used for modelling geospatial datasets such as satellite remote sensing. Geographically Weighted Regression accounts for spatial non-stationarity using local submodels with a tunable bandwidth parameter.

Further Optional Comments

grf uses the ranger package implementation of RF.

@G-Lomax G-Lomax added the Learner Status: Request For requesting a new learner label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Learner Status: Request For requesting a new learner
Projects
None yet
Development

No branches or pull requests

1 participant