Skip to content

Problem with Random Forest predict

1 message · Liaw, Andy

#
This message landed in the "Junk e-mails" folder (of which I have no
control), and it just so happens today that I glanced in the folder
today, instead of just emptying it without checking, trusting the filter
to do the Right Thing...

Since you seem to run into preblem with predict.randomForest, one thing
you can do to investigate further is to make a copy of it and play with
that copy; i.e.,

myRFpred <- randomForest:::predict.randomForest

Then you can do debug(myRFpred) and step through the function call, and
examine the objects inside the function to see where it went astray.

Basically, there's little I can do unless I have a way to reproduce the
problem you see, and currently I don't.  If you can supply a (hopefully
small) portion of the data that cause the problem, then I can try to see
what's wrong.  

Best,
Andy

From: Michael Conklin
Notice:  This e-mail message, together with any attachme...{{dropped:12}}