paper-with-me

Papers

Partitioning Structure Learning for Segmented Linear Regression Trees

2019-12-01 · NeurIPS 2019 12 · Xiangyu Zheng, Song Xi Chen

This paper proposes a partitioning structure learning method for segmented linear regression trees (SLRT), which assigns linear predictors over the terminal nodes. The recursive partitioning process is driven by an adaptive split selection algorithm that maximizes, at each node, a criterion function based on a conditional Kendall’s τ statistic that measures the rank dependence between the regressors and the fit- ted linear residuals. Theoretical analysis shows that the split selection algorithm permits consistent identification and estimation of the unknown segments. A suffi- ciently large tree is induced by applying the split selection algorithm recursively. Then the minimal cost-complexity tree pruning procedure is applied to attain the right-sized tree, that ensures (i) the nested structure of pruned subtrees and (ii) consistent estimation to the number of segments. Implanting the SLRT as the built-in base predictor, we obtain the ensemble predictors by random forests (RF) and the proposed weighted random forests (WRF). The practical performance of the SLRT and its ensemble versions are evaluated via numerical simulations and empirical studies. The latter shows their advantageous predictive performance over a set of state-of-the-art tree-based models on well-studied public datasets.

📄 PDF Abstract BibTeX

Code (1)

xy-zheng/Segmented-Linear-Regression-Tree 공식 구현

Tasks

regression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

A Comprehensive Approach to Universal Piecewise Nonlinear Regression Based on Trees

2013-11-25 · N. Denizcan Vanli, Suleyman S. Kozat

In this paper, we investigate adaptive nonlinear regression and introduce tree based piecewise linear regression algorithms that are highly efficient and provide significantly improved performance with guaranteed upper b…

regression

PLUTO: Penalized Unbiased Logistic Regression Trees

2014-11-25 · Wenwen Zhang, Wei-Yin Loh

We propose a new algorithm called PLUTO for building logistic regression trees to binary response data. PLUTO can capture the nonlinear and interaction patterns in messy data by recursively partitioning the sample space.…

regressionSelection biasVariable Selection

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 c…

regression

Stochastic tree ensembles for regularized nonlinear regression

2020-02-09 · Jingyu He, P. Richard Hahn

This paper develops a novel stochastic tree ensemble method for nonlinear regression, which we refer to as XBART, short for Accelerated Bayesian Additive Regression Trees. By combining regularization and stochastic searc…

regression

Graph-Valued Regression

2010-12-01 · NeurIPS 2010 12 · Han Liu, Xi Chen, Larry Wasserman, John D. Lafferty

Undirected graphical models encode in a graph $G$ the dependency structure of a random vector $Y$. In many applications, it is of interest to model $Y$ given another random vector $X$ as input. We refer to the problem of…

regression