# Two-stage Best-scored Random Forest for Large-scale Regression

**Authors:** Hanyuan Hang, Yingyi Chen, Johan A.K. Suykens

arXiv: 1905.03438 · 2019-05-10

## TL;DR

This paper introduces a two-stage best-scored random forest method for large-scale regression that achieves near-optimal learning rates, supports parallel computation, and integrates various regression strategies, validated by extensive experiments.

## Contribution

The paper presents a novel two-stage random forest framework with best-scored selection, enhancing accuracy, efficiency, and flexibility for large-scale regression tasks.

## Key findings

- Achieves almost optimal learning rates.
- Enables parallel computing for efficiency.
- Outperforms state-of-the-art methods on large datasets.

## Abstract

We propose a novel method designed for large-scale regression problems, namely the two-stage best-scored random forest (TBRF). "Best-scored" means to select one regression tree with the best empirical performance out of a certain number of purely random regression tree candidates, and "two-stage" means to divide the original random tree splitting procedure into two: In stage one, the feature space is partitioned into non-overlapping cells; in stage two, child trees grow separately on these cells. The strengths of this algorithm can be summarized as follows: First of all, the pure randomness in TBRF leads to the almost optimal learning rates, and also makes ensemble learning possible, which resolves the boundary discontinuities long plaguing the existing algorithms. Secondly, the two-stage procedure paves the way for parallel computing, leading to computational efficiency. Last but not least, TBRF can serve as an inclusive framework where different mainstream regression strategies such as linear predictor and least squares support vector machines (LS-SVMs) can also be incorporated as value assignment approaches on leaves of the child trees, depending on the characteristics of the underlying data sets. Numerical assessments on comparisons with other state-of-the-art methods on several large-scale real data sets validate the promising prediction accuracy and high computational efficiency of our algorithm.

## Full text

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

## Figures

25 figures with captions in the complete paper: https://tomesphere.com/paper/1905.03438/full.md

## References

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

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