Suggestions for speeding up Random Forests

后端 未结 4 1639
执念已碎
执念已碎 2020-12-01 00:46

I\'m doing some work with the randomForest package and while it works well, it can be time-consuming. Any one have any suggestions for speeding things up? I\'

4条回答
  •  时光取名叫无心
    2020-12-01 01:01

    There are two 'out of the box' options that address this problem. First, the caret package contains a method 'parRF' that handles this elegantly. I commonly use this with 16 cores to great effect. The randomShrubbery package also takes advantages of multiple cores for RF on Revolution R.

提交回复
热议问题