spatialRF
spatialRF copied to clipboard
R package to fit spatial models with Random Forest
tl;**dr** I noticed some unexpected behavior of the permutation importance in the case of a binary response variable when using a regression approach for the random forest model. Variables that...
interoperability with {randomForestExplainer} by changing `my_forest$call` to be more {ranger}-like?
Hello again! I hope it's okay to keep documenting my experience working with your excellent package! This is not a high priority item, but one thing I've come across in...
First of all, thank you very much for developing this package. It is truly an outstanding contribution to the field of spatial data science. Before I start, I want to...
Hi there, Is there a function in the package to get the distance matrix?
I have one response variable and 4 predictors and I am performing a spatial random forest regression at a coarse spatial scale. My goal is to take the model parameters...
Dear Authors, 1.I would like to know how the distance matrix is calculated in this method and what are his units (metres or kilometres)? 2.Why does this spatial method fail...
Investigate for relevant interactions. The original function in spatialRF package contained an error that caused it to fail. The cause was the creation of NAs in the transposition of the...
Firstly thank you for your excellent package, Whenever I attempt to get the response curves i get hit with an error: Error in UseMethod("predict") : no applicable method for 'predict'...
Hi Let me add to others' comments about this great package. Although I am working through it slowly, it seems to be exactly what I need. One of the criteria...