Parallel Bayesian Additive Regression Trees
Parallel Bayesian Additive Regression Trees
复制标题
并行贝叶斯加性回归树
DOI:
10.1080/10618600.2013.841584
复制
发表时间:
2013
影响因子:
2.4
通讯作者:
W. Rust
中科院分区:
文献类型:
--
作者:
M. Pratola;H. Chipman;J. Gattiker;D. Higdon;R. McCulloch;W. Rust
Bayesian additive regression trees (BART) is a Bayesian approach to flexible nonlinear regression which has been shown to be competitive with the best modern predictive methods such as those based on bagging and boosting. BART offers some advantages. For example, the stochastic search Markov chain Monte Carlo (MCMC) algorithm can provide a more complete search of the model space and variation across MCMC draws can capture the level of uncertainty in the usual Bayesian way. The BART prior is robust in that reasonable results are typically obtained with a default prior specification. However, the publicly available implementation of the BART algorithm in the R package BayesTree is not fast enough to be considered interactive with over a thousand observations, and is unlikely to even run with 50,000 to 100,000 observations. In this article we show how the BART algorithm may be modified and then computed using single program, multiple data (SPMD) parallel computation implemented using the Message Passing Interface (MPI) library. The approach scales nearly linearly in the number of processor cores, enabling the practitioner to perform statistical inference on massive datasets. Our approach can also handle datasets too massive to fit on any single data repository.