# Tree Ensembles with Rule Structured Horseshoe Regularization

**Authors:** Malte Nalenz, Mattias Villani

arXiv: 1702.05008 · 2018-02-16

## TL;DR

This paper introduces a Bayesian tree ensemble model with horseshoe regularization that effectively shrinks noise predictors, improves predictive performance, and enhances interpretability in nonlinear regression and classification tasks.

## Contribution

It replaces L1-regularization in RuleFit with a horseshoe prior, enabling better noise reduction and model flexibility, and demonstrates superior performance over existing methods.

## Key findings

- Outperforms RuleFit, BART, and random forest on 16 datasets.
- Effectively shrinks noise predictors while preserving signals.
- Provides interpretable results with an R package implementation.

## Abstract

We propose a new Bayesian model for flexible nonlinear regression and classification using tree ensembles. The model is based on the RuleFit approach in Friedman and Popescu (2008) where rules from decision trees and linear terms are used in a L1-regularized regression. We modify RuleFit by replacing the L1-regularization by a horseshoe prior, which is well known to give aggressive shrinkage of noise predictor while leaving the important signal essentially untouched. This is especially important when a large number of rules are used as predictors as many of them only contribute noise. Our horseshoe prior has an additional hierarchical layer that applies more shrinkage a priori to rules with a large number of splits, and to rules that are only satisfied by a few observations. The aggressive noise shrinkage of our prior also makes it possible to complement the rules from boosting in Friedman and Popescu (2008) with an additional set of trees from random forest, which brings a desirable diversity to the ensemble. We sample from the posterior distribution using a very efficient and easily implemented Gibbs sampler. The new model is shown to outperform state-of-the-art methods like RuleFit, BART and random forest on 16 datasets. The model and its interpretation is demonstrated on the well known Boston housing data, and on gene expression data for cancer classification. The posterior sampling, prediction and graphical tools for interpreting the model results are implemented in a publicly available R package.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1702.05008/full.md

## Figures

20 figures with captions in the complete paper: https://tomesphere.com/paper/1702.05008/full.md

## References

34 references — full list in the complete paper: https://tomesphere.com/paper/1702.05008/full.md

---
Source: https://tomesphere.com/paper/1702.05008