简体   繁体   English

R中的并行随机森林利用CARET包

[英]Parallel Random forest in R utilizing CARET package

I am utilizing one of the regression technique parallel random forest named as method="parRF" in R under the caret package; 我正在使用其中一个回归技术并行随机森林命名为method="parRF"在R中的caret包; it seems to work faster than regular random forest. 它似乎比常规随机森林工作得更快。 May I kindly request the difference in the implementation detail that speed up the process. 我可以请求实施细节的差异,以加快流程。

Any link to document explaining parallel random forest algorithm and implementation would be of great help. 任何解释并行随机森林算法和实现的文档链接都会有很大帮助。

It is a parallel implementation using your machine's multiple cores and an MPI package. 它是使用机器的多核和MPI包的并行实现。
Check out the page on parallel implementations at http://caret.r-forge.r-project.org/parallel.html and of course the package's CRAN page. 查看http://caret.r-forge.r-project.org/parallel.html上并行实现的页面,当然还有包的CRAN页面。 I hope these are enough detail for you. 我希望这些对你来说足够详细。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM