Re: [R] about randomForest

2009-01-07 Thread Liaw, Andy
Apologies for catching this so late. Have been out for a few weeks and still trying to recover from that... From: Jim Porzak > > Hi Wanghong, > > Unless you have a huge linux box, you will need to sample > down your 300k > rows to a few thousand. > > In marketing aps, I often have data sets

Re: [R] about randomForest

2008-12-27 Thread Jim Porzak
Hi Wanghong, Unless you have a huge linux box, you will need to sample down your 300k rows to a few thousand. In marketing aps, I often have data sets of comparable size. I would suggest you start with a just a few k rows to make sure everything else is working as you wish. Also, study carefully

Re: [R] about randomForest

2008-12-27 Thread Uwe Ligges
wanghong wrote: hello, I want to use randomForest to classify a matrix which is 331030×42,the last column is class signal.I use : Memebers.rf<-randomForest(class~.,data=Memebers,proximity=TRUE,mtry=6,ntree=200) which told me" the error is matrix(0,n,n) set too elements" I doubt "the error i

[R] about randomForest

2008-12-27 Thread wanghong
hello, I want to use randomForest to classify a matrix which is 331030×42,the last column is class signal.I use : Memebers.rf<-randomForest(class~.,data=Memebers,proximity=TRUE,mtry=6,ntree=200) which told me" the error is matrix(0,n,n) set too elements" then I use: Memebers.rf<-randomForest(clas