I'm doing a task which need to build random forests with regression. In the data set, there are 32 independent variables. How can i determine the value for number of trees I need to grow? Is there any command functions can help me to determine ntree value?
Asked
Active
Viewed 256 times
2
-
Possible duplicate of: https://stackoverflow.com/questions/13956435/setting-values-for-ntree-and-mtry-for-random-forest-regression-model?rq=1 – divibisan Mar 20 '18 at 20:20
-
Useful link: https://stats.stackexchange.com/questions/50210/caret-and-randomforest-number-of-trees . – r.user.05apr Mar 21 '18 at 06:51