paper-with-me

Papers

Feature-Weighted Linear Stacking

2009-11-03 · Joseph Sill, Gabor Takacs, Lester Mackey, David Lin

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.

📄 PDF Abstract BibTeX arXiv:0911.0460

Code (3)

fbenites/sklearn-hierarchical-classification
fukatani/stacked_generalization
globality-corp/sklearn-hierarchical-classification

Tasks

Collaborative Filtering

Similar Papers 제목 키워드 기반

The NN-Stacking: Feature weighted linear stacking through neural networks

2019-06-24 · Victor Coscrato, Marco Henrique de Almeida Inácio, Rafael Izbicki

Stacking methods improve the prediction performance of regression models. A simple way to stack base regressions estimators is by combining them linearly, as done by \citet{breiman1996stacked}. Even though this approach …

Customer Churn Prediction on Structured Data Using FT-Transformer and Stacking Ensembles

2026-05-26 · Joyjit Roy, Samaresh Kumar Singh, Laxmi Shaw arxiv

Customer churn prediction is essential across data-driven industries such as insurance, digital banking, eCommerce, and subscription platforms, where retaining existing customers is typically more cost-effective than acq…

Stacking and stability

2019-01-26 · Nino Arsov, Martin Pavlovski, Ljupco Kocarev

Stacking is a general approach for combining multiple models toward greater predictive accuracy. It has found various application across different domains, ensuing from its meta-learning nature. Our understanding, nevert…

Meta-Learning

Ensemble Learning for Healthcare: A Comparative Analysis of Hybrid Voting and Ensemble Stacking in Obesity Risk Prediction

2025-09-02 · Towhidul Islam, Md Sumon Ali arxiv

Obesity is a critical global health issue driven by dietary, physiological, and environmental factors, and is strongly associated with chronic diseases such as diabetes, cardiovascular disorders, and cancer. Machine lear…

Ensemble LearningOutlier Detection

Kaggle LSHTC4 Winning Solution

2014-05-03 · Antti Puurula, Jesse Read, Albert Bifet

Our winning submission to the 2014 Kaggle competition for Large Scale Hierarchical Text Classification (LSHTC) consists mostly of an ensemble of sparse generative models extending Multinomial Naive Bayes. The base-classi…

text-classificationText Classification