Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

BART: Bayesian additive regression trees

About

We develop a Bayesian "sum-of-trees" model where each tree is constrained by a regularization prior to be a weak learner, and fitting and inference are accomplished via an iterative Bayesian backfitting MCMC algorithm that generates samples from a posterior. Effectively, BART is a nonparametric Bayesian regression approach which uses dimensionally adaptive random basis elements. Motivated by ensemble methods in general, and boosting algorithms in particular, BART is defined by a statistical model: a prior and a likelihood. This approach enables full posterior inference including point and interval estimates of the unknown regression function as well as the marginal effects of potential predictors. By keeping track of predictor inclusion frequencies, BART can also be used for model-free variable selection. BART's many features are illustrated with a bake-off against competing methods on 42 different data sets, with a simulation experiment and on a drug discovery classification problem.

Hugh A. Chipman, Edward I. George, Robert E. McCulloch• 2008

Related benchmarks

TaskDatasetResultRank
Individual Treatment Effect EstimationIHDP (within-sample)
Sqrt PEHE2.1
49
Individual Treatment Effect EstimationJobs (out-of-sample)
R_pol0.25
32
Individual Treatment Effect EstimationIHDP (out-of-sample)
sqrt(PEHE)2.3
32
Individual Treatment Effect EstimationJobs (within-sample)
R_pol0.23
18
RegressionAbalone
RMSE2.197
17
Classificationbreast-w
ROC-AUC0.977
13
RegressionBoston
RMSE4.073
12
ClassificationBreast--
12
CATE estimationSimulation Setting 2 1 (test)
AR57.6
8
CATE estimationSimulation Setting 1 (test)
AR66.3
8
Showing 10 of 22 rows

Other info

Code

Follow for update