paper-with-me

Papers

Combining Varied Learners for Binary Classification using Stacked Generalization

2022-02-17 · Sruthi Nair, Abhishek Gupta, Raunak Joshi, Vidya Chitre

The Machine Learning has various learning algorithms that are better in some or the other aspect when compared with each other but a common error that all algorithms will suffer from is training data with very high dimensional feature set. This usually ends up algorithms into generalization error that deplete the performance. This can be solved using an Ensemble Learning method known as Stacking commonly termed as Stacked Generalization. In this paper we perform binary classification using Stacked Generalization on high dimensional Polycystic Ovary Syndrome dataset and prove the point that model becomes generalized and metrics improve significantly. The various metrics are given in this paper that also point out a subtle transgression found with Receiver Operating Characteristic Curve that was proved to be incorrect.

📄 PDF Abstract BibTeX arXiv:2202.08910

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationClassificationEnsemble Learning

Similar Papers 제목 키워드 기반

pystacked: Stacking generalization and machine learning in Stata

2022-08-23 · Achim Ahrens, Christian B. Hansen, Mark E. Schaffer

pystacked implements stacked generalization (Wolpert, 1992) for regression and binary classification via Python's scikit-learn. Stacking combines multiple supervised machine learners -- the "base" or "level-0" learners -…

Binary Classificationregression

Stacked Ensemble of Fine-Tuned CNNs for Knee Osteoarthritis Severity Grading

2025-11-27 · Adarsh Gupta, Japleen Kaur, Tanvi Doshi, Teena Sharma 외 arxiv

Knee Osteoarthritis (KOA) is a musculoskeletal condition that can cause significant limitations and impairments in daily activities, especially among older individuals. To evaluate the severity of KOA, typically, X-ray i…

Binary Classification

Classification ensembles for multivariate functional data with application to mouse movements in web surveys

2022-05-26 · Amanda Fernández-Fontelo, Felix Henninger, Pascal J. Kieslich, Frauke Kreuter 외

We propose new ensemble models for multivariate functional data classification as combinations of semi-metric-based weak learners. Our models extend current semi-metric-type methods from the univariate to the multivariat…

Survey

View selection in multi-view stacking: Choosing the meta-learner

2020-10-30 · Wouter van Loon, Marjolein Fokkema, Botond Szabo, Mark de Rooij

Multi-view stacking is a framework for combining information from different views (i.e. different feature sets) describing the same set of objects. In this framework, a base-learner algorithm is trained on each view sepa…

regression

Understanding Aggregations of Proper Learners in Multiclass Classification

2024-10-30 · Julian Asilis, Mikael Møller Høgsgaard, Grigoris Velegkas

Multiclass learnability is known to exhibit a properness barrier: there are learnable classes which cannot be learned by any proper learner. Binary classification faces no such barrier for learnability, but a similar one…

Binary ClassificationClassification