Skip to content
Prev 246503 / 398502 Next

randomForest speed improvements

From: Liaw, Andy
I should also mention that another way you can do something similar is
by making use of the sampsize argument in randomForest().  For example,
if you call randomForest() with sampsize=500, it will randomly draw 500
data points to grow each tree.  This way you don't even need to run the
RFs separately and combine them.  

Andy
Notice:  This e-mail message, together with any attachme...{{dropped:11}}