Skip to content
Prev 18601 / 29559 Next

Prediction variance (map) for predictions derived using RandomForest package

Dear Forrest,

Thanks a lot for your tip. I think quantregForest is what we were 
looking for. It takes much more time to compute, but the method looks 
sound 
(http://jmlr.org/papers/volume7/meinshausen06a/meinshausen06a.pdf). I do 
simplify everything on the end and assume that I can derive upper and 
lower confidence limits for +/- 1 s.d. (0.15866, 1-0.15866) and then use 
this as the prediction variance, but this is probably as good as it 
goes. Here is the revised code:

https://code.google.com/p/gsif/source/browse/trunk/meuse/RK_vs_RandomForestK.R

Thank you all for your suggestions / opinions (very useful as usual).

cheers,

T. (Tom) Hengl
Url: http://www.wageningenur.nl/en/Persons/dr.-T-Tom-Hengl.htm
Network: http://profiles.google.com/tom.hengl
Publications: http://scholar.google.com/citations?user=2oYU7S8AAAAJ
On 23/06/2013 15:08, Forrest Stevens wrote: