LGApr 4

Evaluation of Bagging Predictors with Kernel Density Estimation and Bagging Score

arXiv:2604.0359920.1h-index: 4
AI Analysis

For practitioners using ensemble methods in regression, this provides a more accurate and confidence-aware alternative to averaging, though the improvement is incremental.

The paper proposes a method using Kernel Density Estimation to derive a representative prediction (y_BS) and a confidence score (Bagging Score) from bagging predictors in nonlinear regression with neural networks, achieving better predictions than mean or median and top error rankings without optimization.

For a larger set of predictions of several differently trained machine learning models, known as bagging predictors, the mean of all predictions is taken by default. Nevertheless, this proceeding can deviate from the actual ground truth in certain parameter regions. An approach is presented to determine a representative y_BS from such a set of predictions using Kernel Density Estimation (KDE) in nonlinear regression with Neural Networks (NN) which simultaneously provides an associated quality criterion beta_BS, called Bagging Score (BS), that reflects the confidence of the obtained ensemble prediction. It is shown that working with the new approach better predictions can be made than working with the common use of mean or median. In addition to this, the used method is contrasted to several approaches of nonlinear regression from the literatur, resulting in a top ranking in each of the calculated error values without using any optimization or feature selection technique.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes