paper-with-me

홈 › Papers

Asymptotic Theory for Random Forests

2014-05-02 · Stefan Wager

Random forests have proven to be reliable predictive algorithms in many application areas. Not much is known, however, about the statistical properties of random forests. Several authors have established conditions under which their predictions are consistent, but these results do not provide practical estimates of random forest errors. In this paper, we analyze a random forest model based on subsampling, and show that random forest predictions are asymptotically normal provided that the subsample size s scales as s(n)/n = o(log(n)^{-d}), where n is the number of training examples and d is the number of features. Moreover, we show that the asymptotic variance can consistently be estimated using an infinitesimal jackknife for bagged ensembles recently proposed by Efron (2014). In other words, our results let us both characterize and estimate the error-distribution of random forest predictions, thus taking a step towards making random forests tools for statistical inference instead of just black-box predictive algorithms.

📄 PDF Abstract BibTeX arXiv:1405.0352

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Generalized Random Forests

2016-10-05 · Susan Athey, Julie Tibshirani, Stefan Wager

We propose generalized random forests, a method for non-parametric statistical estimation based on random forests (Breiman, 2001) that can be used to fit any quantity of interest identified as the solution to a set of lo…

Heterogeneous Treatment Effect Estimationquantile regressionvalid

Asymptotic confidence bands for centered purely random forests

2025-11-17 · Natalie Neumeyer, Jan Rabe, Mathias Trabs arxiv

In a multivariate nonparametric regression setting we construct explicit asymptotic uniform confidence bands for centered purely random forests. Since the most popular example in this class of random forests, namely the …

Estimation and Inference of Heterogeneous Treatment Effects using Random Forests

2015-10-14 · Stefan Wager, Susan Athey

Many scientific and engineering challenges -- ranging from personalized medicine to customized marketing recommendations -- require an understanding of treatment effect heterogeneity. In this paper, we develop a non-para…

Marketingvalid

Empirical Likelihood for Random Forests and Ensembles

2025-11-17 · Harold D. Chiang, Yukitoshi Matsushita, Taisuke Otsu arxiv

We develop an empirical likelihood (EL) framework for random forests and related ensemble methods, providing a likelihood-based approach to quantify their statistical uncertainty. Exploiting the incomplete $U$-statistic …

Banzhaf Random Forests

2015-07-22 · Jianyuan Sun, Guoqiang Zhong, Junyu Dong, Yajuan Cai

Random forests are a type of ensemble method which makes predictions by combining the results of several independent trees. However, the theory of random forests has long been outpaced by their application. In this paper…