paper-with-me

Papers

Sharded Bayesian Additive Regression Trees

2023-06-01 · Hengrui Luo, Matthew T. Pratola

In this paper we develop the randomized Sharded Bayesian Additive Regression Trees (SBT) model. We introduce a randomization auxiliary variable and a sharding tree to decide partitioning of data, and fit each partition component to a sub-model using Bayesian Additive Regression Tree (BART). By observing that the optimal design of a sharding tree can determine optimal sharding for sub-models on a product space, we introduce an intersection tree structure to completely specify both the sharding and modeling using only tree structures. In addition to experiments, we also derive the theoretical optimal weights for minimizing posterior contractions and prove the worst-case complexity of SBT.

📄 PDF Abstract BibTeX arXiv:2306.00361

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

MPBART - Multinomial Probit Bayesian Additive Regression Trees

2013-09-30 · Bereket P. Kindo, Hao Wang, Edsel A. Peña

This article proposes Multinomial Probit Bayesian Additive Regression Trees (MPBART) as a multinomial probit extension of BART - Bayesian Additive Regression Trees (Chipman et al (2010)). MPBART is flexible to allow incl…

General Classificationregression

Bayesian quantile additive regression trees

2016-07-10 · Bereket P. Kindo, Hao Wang, Timothy Hanson, Edsel A. Peña

Ensemble of regression trees have become popular statistical tools for the estimation of conditional mean given a set of predictors. However, quantile regression trees and their ensembles have not yet garnered much atten…

Binary ClassificationGeneral Classificationquantile regressionregression

Particle Gibbs for Bayesian Additive Regression Trees

2015-02-16 · Balaji Lakshminarayanan, Daniel M. Roy, Yee Whye Teh

Additive regression trees are flexible non-parametric models and popular off-the-shelf tools for real-world non-linear regression. In application domains, such as bioinformatics, where there is also demand for probabilis…

regression

bartMachine: Machine Learning with Bayesian Additive Regression Trees

2013-12-08 · Adam Kapelner, Justin Bleich

We present a new package in R implementing Bayesian additive regression trees (BART). The package introduces many new features for data analysis using BART such as variable selection, interaction detection, model diagnos…

BIG-bench Machine LearningDiagnosticFuture predictionregression+1

Very fast Bayesian Additive Regression Trees on GPU

2024-10-30 · Giacomo Petrillo

Bayesian Additive Regression Trees (BART) is a nonparametric Bayesian regression technique based on an ensemble of decision trees. It is part of the toolbox of many statisticians. The overall statistical quality of the r…

CPUGPUregression