English

Feature-Weighted Linear Stacking

Machine Learning 2009-11-04 v2 Artificial Intelligence

Abstract

Ensemble methods, such as stacking, are designed to boost predictive accuracy by blending the predictions of multiple machine learning models. Recent work has shown that the use of meta-features, additional inputs describing each example in a dataset, can boost the performance of ensemble methods, but the greatest reported gains have come from nonlinear procedures requiring significant tuning and training time. Here, we present a linear technique, Feature-Weighted Linear Stacking (FWLS), that incorporates meta-features for improved accuracy while retaining the well-known virtues of linear regression regarding speed, stability, and interpretability. FWLS combines model predictions linearly using coefficients that are themselves linear functions of meta-features. This technique was a key facet of the solution of the second place team in the recently concluded Netflix Prize competition. Significant increases in accuracy over standard linear stacking are demonstrated on the Netflix Prize collaborative filtering dataset.

Keywords

Cite

@article{arxiv.0911.0460,
  title  = {Feature-Weighted Linear Stacking},
  author = {Joseph Sill and Gabor Takacs and Lester Mackey and David Lin},
  journal= {arXiv preprint arXiv:0911.0460},
  year   = {2009}
}

Comments

17 pages, 1 figure, 2 tables

R2 v1 2026-06-21T14:06:40.687Z