paper-with-me

Papers

StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics

2020-05-04 · Angelos Chatzimparmpas, Rafael M. Martins, Kostiantyn Kucher, Andreas Kerren

In machine learning (ML), ensemble methods such as bagging, boosting, and stacking are widely-established approaches that regularly achieve top-notch predictive performance. Stacking (also called "stacked generalization") is an ensemble method that combines heterogeneous base models, arranged in at least one layer, and then employs another metamodel to summarize the predictions of those models. Although it may be a highly-effective approach for increasing the predictive performance of ML, generating a stack of models from scratch can be a cumbersome trial-and-error process. This challenge stems from the enormous space of available solutions, with different sets of data instances and features that could be used for training, several algorithms to choose from, and instantiations of these algorithms using diverse parameters (i.e., models) that perform differently according to various metrics. In this work, we present a knowledge generation model, which supports ensemble learning with the use of visualization, and a visual analytics system for stacked generalization. Our system, StackGenVis, assists users in dynamically adapting performance metrics, managing data instances, selecting the most important features for a given data set, choosing a set of top-performant and diverse algorithms, and measuring the predictive performance. In consequence, our proposed tool helps users to decide between distinct models and to reduce the complexity of the resulting stack by removing overpromising and underperforming models. The applicability and effectiveness of StackGenVis are demonstrated with two use cases: a real-world healthcare data set and a collection of data related to sentiment/stance detection in texts. Finally, the tool has been evaluated through interviews with three ML experts.

📄 PDF Abstract BibTeX arXiv:2005.01575

Code (1)

angeloschatzimparmpas/StackGenVis 공식 구현

Tasks

Ensemble LearningStance Detection

Similar Papers 제목 키워드 기반

MetaStackVis: Visually-Assisted Performance Evaluation of Metamodels

2022-12-07 · Ilya Ploshchik, Angelos Chatzimparmpas, Andreas Kerren

Stacking (or stacked generalization) is an ensemble learning method with one main distinctiveness from the rest: even though several base models are trained on the original data set, their predictions are further used as…

Ensemble 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

Native Language Identification With Classifier Stacking and Ensembles

2018-09-01 · CL 2018 9 · Shervin Malmasi, Mark Dras

Ensemble methods using multiple classifiers have proven to be among the most successful approaches for the task of Native Language Identification (NLI), achieving the current state of the art. However, a systematic exami…

Cross-corpusGeneral ClassificationLanguage AcquisitionLanguage Identification+2

Cost-Sensitive Stacking: an Empirical Evaluation

2023-01-04 · Natalie Lawrance, Marie-Anne Guerry, George Petrides

Many real-world classification problems are cost-sensitive in nature, such that the misclassification costs vary between data instances. Cost-sensitive learning adapts classification algorithms to account for differences…

Classification

A Human-Centered Approach for Improving Supervised Learning

2024-10-14 · Shubhi Bansal, Atharva Tendulkar, Nagendra Kumar

Supervised Learning is a way of developing Artificial Intelligence systems in which a computer algorithm is trained on labeled data inputs. Effectiveness of a Supervised Learning algorithm is determined by its performanc…

Ensemble Learning