paper-with-me

Papers

Cost-Sensitive Best Subset Selection for Logistic Regression: A Mixed-Integer Conic Optimization Perspective

2023-10-09 · Ricardo Knauer, Erik Rodner

A key challenge in machine learning is to design interpretable models that can reduce their inputs to the best subset for making transparent predictions, especially in the clinical domain. In this work, we propose a certifiably optimal feature selection procedure for logistic regression from a mixed-integer conic optimization perspective that can take an auxiliary cost to obtain features into account. Based on an extensive review of the literature, we carefully create a synthetic dataset generator for clinical prognostic model research. This allows us to systematically evaluate different heuristic and optimal cardinality- and budget-constrained feature selection procedures. The analysis shows key limitations of the methods for the low-data regime and when confronted with label noise. Our paper not only provides empirical recommendations for suitable methods and dataset designs, but also paves the way for future research in the area of meta-learning.

📄 PDF Abstract BibTeX arXiv:2310.05464

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionMeta-Learning

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Cost-Sensitive Feature Selection by Optimizing F-Measures

2019-04-04 · Meng Liu, Chang Xu, Yong Luo, Chao Xu 외

Feature selection is beneficial for improving the performance of general machine learning tasks by extracting an informative subset from the high-dimensional features. Conventional feature selection methods usually ignor…

feature selection

A Hybrid Feature Selection Method to Improve Performance of a Group of Classification Algorithms

2014-03-08 · Mehdi Naseriparsa, Amir-masoud Bidgoli, Touraj Varaee

In this paper a hybrid feature selection method is proposed which takes advantages of wrapper subset evaluation with a lower cost and improves the performance of a group of classifiers. The method uses combination of sam…

feature selectionGeneral Classification

A Descriptive Study of Variable Discretization and Cost-Sensitive Logistic Regression on Imbalanced Credit Data

2018-12-28 · Lili Zhang, Herman Ray, Jennifer Priestley, Soon Tan

Training classification models on imbalanced data tends to result in bias towards the majority class. In this paper, we demonstrate how variable discretization and cost-sensitive logistic regression help mitigate this bi…

Descriptiveregression

Piecewise-Linear Approximation for Feature Subset Selection in a Sequential Logit Model

2015-10-19 · Toshiki Sato, Yuichi Takano, Ryuhei Miyashiro

This paper concerns a method of selecting a subset of features for a sequential logit model. Tanaka and Nakagawa (2014) proposed a mixed integer quadratic optimization formulation for solving the problem based on a quadr…

Improving Performance of a Group of Classification Algorithms Using Resampling and Feature Selection

2014-03-08 · Mehdi Naseriparsa, Amir-masoud Bidgoli, Touraj Varaee

In recent years the importance of finding a meaningful pattern from huge datasets has become more challenging. Data miners try to adopt innovative methods to face this problem by applying feature selection methods. In th…

Classificationfeature selectionGeneral Classification