Re: [R] To get more digits in precision of predict function of randomForests

2008-02-25 Thread Uwe Ligges
Nagu wrote: > Thank you Uwe Ligges. > > Yes. I had only 50 trees. I come across memory problems running for > big number of trees. Also, I am going to post my next question in a > separate thread, but, it does not harm me to ask here. How do I deal > with large datasets when using randomForests.

Re: [R] To get more digits in precision of predict function of randomForests

2008-02-25 Thread Nagu
Thank you Uwe Ligges. Yes. I had only 50 trees. I come across memory problems running for big number of trees. Also, I am going to post my next question in a separate thread, but, it does not harm me to ask here. How do I deal with large datasets when using randomForests. I have approximately, dat

Re: [R] To get more digits in precision of predict function of randomForests

2008-02-25 Thread Uwe Ligges
Nagu wrote: > Hi, > > I am using randomForests for a classification problem. The predict > function in the randomForest library, when asked to return the > probabilities, has precision of two digits after the decimal. I need > at least four digits of precision for the predicted probabilities. Ho

[R] To get more digits in precision of predict function of randomForests

2008-02-24 Thread Nagu
Hi, I am using randomForests for a classification problem. The predict function in the randomForest library, when asked to return the probabilities, has precision of two digits after the decimal. I need at least four digits of precision for the predicted probabilities. How do I achieve this? Than