paper-with-me

Papers

Bootstrapping and Multiple Imputation Ensemble Approaches for Missing Data

2018-02-01 · Shehroz S. Khan, Amir Ahmad, Alex Mihailidis

Presence of missing values in a dataset can adversely affect the performance of a classifier. Single and Multiple Imputation are normally performed to fill in the missing values. In this paper, we present several variants of combining single and multiple imputation with bootstrapping to create ensembles that can model uncertainty and diversity in the data, and that are robust to high missingness in the data. We present three ensemble strategies: bootstrapping on incomplete data followed by (i) single imputation and (ii) multiple imputation, and (iii) multiple imputation ensemble without bootstrapping. We perform an extensive evaluation of the performance of the these ensemble strategies on 8 datasets by varying the missingness ratio. Our results show that bootstrapping followed by multiple imputation using expectation maximization is the most robust method even at high missingness ratio (up to 30%). For small missingness ratio (up to 10%) most of the ensemble methods perform quivalently but better than single imputation. Kappa-error plots suggest that accurate classifiers with reasonable diversity is the reason for this behaviour. A consistent observation in all the datasets suggests that for small missingness (up to 10%), bootstrapping on incomplete data without any imputation produces equivalent results to other ensemble methods.

📄 PDF Abstract BibTeX arXiv:1802.00154

Code (1)

titubeta/EnsembleImputation 공식 구현

Tasks

DiversityImputationMissing Values

Similar Papers 제목 키워드 기반

Missing Data Multiple Imputation for Tabular Q-Learning in Online RL

2025-10-12 · Kyla Chasalow, Skyler Wu, Susan Murphy arxiv

Missing data in online reinforcement learning (RL) poses challenges compared to missing data in standard tabular data or in offline policy learning. The need to impute and act at each time step means that imputation cann…

Reinforcement Learning

Missing Value Estimation using Clustering and Deep Learning within Multiple Imputation Framework

2022-02-28 · Manar D Samad, Sakib Abrar, Norou Diawara

Missing values in tabular data restrict the use and performance of machine learning, requiring the imputation of missing values. The most popular imputation algorithm is arguably multiple imputations using chains of equa…

ClusteringEnsemble LearningImputationMissing Values

Meta-Imputation Balanced (MIB): An Ensemble Approach for Handling Missing Data in Biomedical Machine Learning

2025-09-03 · Fatemeh Azad, Zoran Bosnić, Matjaž Kukar arxiv

Missing data represents a fundamental challenge in machine learning applications, often reducing model performance and reliability. This problem is particularly acute in fields like bioinformatics and clinical machine le…

Ensemble Learning

ELMV: an Ensemble-Learning Approach for Analyzing Electrical Health Records with Significant Missing Values

2020-06-25 · Lucas J. Liu, Hongwei Zhang, Jianzhong Di, Jin Chen

Many real-world Electronic Health Record (EHR) data contains a large proportion of missing values. Leaving substantial portion of missing information unaddressed usually causes significant bias, which leads to invalid co…

Ensemble LearningImputationMissing Values

Deep Ensembles Meets Quantile Regression: Uncertainty-aware Imputation for Time Series

2023-12-03 · Ying Liu, Peng Cui, WenBo Hu, Richang Hong

Real-world time series data frequently have significant amounts of missing values, posing challenges for advanced analysis. A common approach to address this issue is imputation, where the primary challenge lies in deter…

ImputationMissing Valuesquantile regressionregression+1