paper-with-me

Papers

Boosting Ridge Regression for High Dimensional Data Classification

2020-03-25 · Jakramate Bootkrajang

Ridge regression is a well established regression estimator which can conveniently be adapted for classification problems. One compelling reason is probably the fact that ridge regression emits a closed-form solution thereby facilitating the training phase. However in the case of high-dimensional problems, the closed-form solution which involves inverting the regularised covariance matrix is rather expensive to compute. The high computational demand of such operation also renders difficulty in constructing ensemble of ridge regressions. In this paper, we consider learning an ensemble of ridge regressors where each regressor is trained in its own randomly projected subspace. Subspace regressors are later combined via adaptive boosting methodology. Experiments based on five high-dimensional classification problems demonstrated the effectiveness of the proposed method in terms of learning time and in some cases improved predictive performance can be observed.

📄 PDF Abstract BibTeX arXiv:2003.11283

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationFormGeneral ClassificationregressionVocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

ELM Ridge Regression Boosting

2023-10-24 · M. Andrecut

We discuss a boosting approach for the Ridge Regression (RR) method, with applications to the Extreme Learning Machine (ELM), and we show that the proposed method significantly improves the classification performance and…

regression

Boosted p-Values for High-Dimensional Vector Autoregression

2022-11-04 · Xiao Huang

Assessing the statistical significance of parameter estimates is an important step in high-dimensional vector autoregression modeling. Using the least-squares boosting method, we compute the p-value for each selected par…

Time SeriesTime Series AnalysisvalidVocal Bursts Intensity Prediction

pGMM Kernel Regression and Comparisons with Boosted Trees

2022-07-18 · Ping Li, Weijie Zhao

In this work, we demonstrate the advantage of the pGMM (``powered generalized min-max'') kernel in the context of (ridge) regression. In recent prior studies, the pGMM kernel has been extensively evaluated for classifica…

regression

Statistical Inference for Explainable Boosting Machines

2026-01-26 · Haimo Fang, Kevin Tan, Jonathan Pipping-Gamon, Giles Hooker arxiv

Explainable boosting machines (EBMs) are popular "glass-box" models that learn a set of univariate functions using boosting trees. These achieve explainability through visualizations of each feature's effect. However, un…

Soft Gradient Boosting with Learnable Feature Transforms for Sequential Regression

2025-09-16 · Huseyin Karaca, Suleyman Serdar Kozat arxiv

We propose a soft gradient boosting framework for sequential regression that embeds a learnable linear feature transform within the boosting procedure. At each boosting iteration, we train a soft decision tree and learn …