Displaying 1 result from an estimated 1 matches for "ampric".
Did you mean:
americ
2009 Oct 19
1
Random Forest - partial dependence plot
...terns using partial dependence
plots.
However, I found a really strange (at least for me...) behavior: the
species number ranges between 1 to 150, but when I make the partial
plot the graphic only represent values between 43 to 50!!
I use the following code to get the partial plot:
partialPlot(ampric.rf, amp.data, "Temp")
where ampric.rf is the random forest object; amp.data are the data and
Temp is the variable I am interested.
How I can have partial plot explaining all species number (from 1 to 150)??
Also, I read the RF documentation and I was wondering what its the
meaning of &q...