paper-with-me

Papers

Optimal Weighted Random Forests

2023-05-17 · Xinyu Chen, Dalei Yu, Xinyu Zhang

The random forest (RF) algorithm has become a very popular prediction method for its great flexibility and promising accuracy. In RF, it is conventional to put equal weights on all the base learners (trees) to aggregate their predictions. However, the predictive performances of different trees within the forest can be very different due to the randomization of the embedded bootstrap sampling and feature selection. In this paper, we focus on RF for regression and propose two optimal weighting algorithms, namely the 1 Step Optimal Weighted RF (1step-WRF$_\mathrm{opt}$) and 2 Steps Optimal Weighted RF (2steps-WRF$_\mathrm{opt}$), that combine the base learners through the weights determined by weight choice criteria. Under some regularity conditions, we show that these algorithms are asymptotically optimal in the sense that the resulting squared loss and risk are asymptotically identical to those of the infeasible but best possible model averaging estimator. Numerical studies conducted on real-world data sets indicate that these algorithms outperform the equal-weight forest and two other weighted RFs proposed in existing literature in most cases.

📄 PDF Abstract BibTeX arXiv:2305.10042

Code (0)

등록된 구현이 없습니다.

Tasks

feature selection

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Clustered random forests with correlated data for optimal estimation and inference under potential covariate shift

2025-03-16 · Elliot H. Young, Peter Bühlmann

We develop Clustered Random Forests, a random forests algorithm for clustered data, arising from independent groups that exhibit within-cluster dependence. The leaf-wise predictions for each decision tree making up clust…

Prediction

Adaptive Forests For Classification

2025-10-27 · Dimitris Bertsimas, Yubing Cui arxiv

Random Forests (RF) and Extreme Gradient Boosting (XGBoost) are two of the most widely used and highly performing classification and regression models. They aggregate equally weighted CART trees, generated randomly in RF…

Multi-class Classification

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 …

Lassoed Forests: Random Forests with Adaptive Lasso Post-selection

2025-11-10 · Jing Shang, James Bannon, Benjamin Haibe-Kains, Robert Tibshirani arxiv

Random forests are a statistical learning technique that use bootstrap aggregation to average high-variance and low-bias trees. Improvements to random forests, such as applying Lasso regression to the tree predictions, h…

Forecasting the Short-Term Energy Consumption Using Random Forests and Gradient Boosting

2022-07-25 · Cristina Bianca Pop, Viorica Rozina Chifu, Corina Cordea, Emil Stefan Chifu 외

This paper analyzes comparatively the performance of Random Forests and Gradient Boosting algorithms in the field of forecasting the energy consumption based on historical data. The two algorithms are applied in order to…