paper-with-me

Papers

Which Imputation Fits Which Feature Selection Method? A Survey-Based Simulation Study

2024-12-18 · Jakob Schwerter, Andrés Romero, Florian Dumpert, Markus Pauly

Tree-based learning methods such as Random Forest and XGBoost are still the gold-standard prediction methods for tabular data. Feature importance measures are usually considered for feature selection as well as to assess the effect of features on the outcome variables in the model. This also applies to survey data, which are frequently encountered in the social sciences and official statistics. These types of datasets often present the challenge of missing values. The typical solution is to impute the missing data before applying the learning method. However, given the large number of possible imputation methods available, the question arises as to which should be chosen to achieve the 'best' reflection of feature importance and feature selection in subsequent analyses. In the present paper, we investigate this question in a survey-based simulation study for eight state-of-the art imputation methods and three learners. The imputation methods comprise listwise deletion, three MICE options, four \texttt{missRanger} options as well as the recently proposed mixGBoost imputation approach. As learners, we consider the two most common tree-based methods, Random Forest and XGBoost, and an interpretable linear model with regularization.

📄 PDF Abstract BibTeX arXiv:2412.13570

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Importancefeature selectionImputationMissing ValuesSurvey

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,…

Similar Papers 제목 키워드 기반

Joint Learning of Unsupervised Multi-view Feature and Instance Co-selection with Cross-view Imputation

2025-12-17 · Yuxin Cai, Yanyong Huang, Jinyuan Chang, Dongjie Wang 외 arxiv

Feature and instance co-selection, which aims to reduce both feature dimensionality and sample size by identifying the most informative features and instances, has attracted considerable attention in recent years. Howeve…

UAFS: Uncertainty-Aware Feature Selection for Problems with Missing Data

2019-04-02 · Andrew J. Becker, James P. Bagrow

Missing data are a concern in many real world data sets and imputation methods are often needed to estimate the values of missing data, but data sets with excessive missingness and high dimensionality challenge most appr…

feature selectionImputation

MISNN: Multiple Imputation via Semi-parametric Neural Networks

2023-05-02 · Zhiqi Bu, Zongyu Dai, Yiliang Zhang, Qi Long

Multiple imputation (MI) has been widely applied to missing value problems in biomedical, social and econometric research, in order to avoid improper inference in the downstream data analysis. In the presence of high-dim…

feature selectionImputationMatrix Completion

A novel feature selection framework for incomplete data

2023-12-07 · Cong Guo

Feature selection on incomplete datasets is an exceptionally challenging task. Existing methods address this challenge by first employing imputation methods to complete the incomplete data and then conducting feature sel…

Feature Importancefeature selectionImputationMissing Values

Unified View Imputation and Feature Selection Learning for Incomplete Multi-view Data

2024-01-19 · Yanyong Huang, Zongxin Shen, Tianrui Li, Fengmao Lv

Although multi-view unsupervised feature selection (MUFS) is an effective technology for reducing dimensionality in machine learning, existing methods cannot directly deal with incomplete multi-view data where some sampl…

feature selectionImputation