[R] random forest using party package

mushira mushira at jesuits.net
Thu Aug 30 13:02:09 CEST 2012


Hi all,
I am trying out with random forest on party package but am getting an error
saying : cannot allocate vector of size 564." What would be the problem? the
coding as below:

>data.controls <- cforest_unbiased(ntree=1000, mtry=3)
> data.cforest <- cforest(class ~x1+x2+x3, data = Score,
> controls=data.controls)
Error: cannot allocate vector of size 564 Kb
my datasets is of  10 independent variables and 72,000 entries.
what should I proceed?



--
View this message in context: http://r.789695.n4.nabble.com/random-forest-using-party-package-tp4641819.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list