paper-with-me

홈 › Papers

Handling missing values: A study of popular imputation packages in R

2018-06-28 · journal 2018 6 · Madan Lal Yadav, Basav Roychoudhury

In real world data are often plagued by missing values which adversely affects the final outcome of the analysis based on such data. The missing values can be handled using various techniques like deletion or imputation. Of late, R has become one of the most preferred platform for carrying out data analysis, and its popularity is growing further. R provides various packages for handling missing values through imputation. The presence of multiple packages however, calls for an analysis of their comparative performance and examine their suitability for handling a given set of data. The performance of different R packages may differ for different datasets and may depend on the size of the dataset and richness of the missing values in the datasets. In this paper, the authors perform comparative study of the performance of the common R packages, namely VIM, MICE, MissForest, and HMISC, used for missing value imputation. The authors measured the performances of the said packages in terms of their imputation time, imputation efficiency and the effect on the variance. The imputation efficiency was measured in terms of the difference in predictive performance of a model built using original dataset vis-à-vis a dataset with imputed values. Similarly, the variance of the variables in the original dataset was compared that of corresponding variables in the imputed dataset. A missing value imputation package can be considered to be better if it consumes less imputation time and provides high imputation accuracy. Also in terms of variance, one would like to have the imputation package maintain the original variance of the variables. On analysing the four imputation packages on two datasets over three predictive algorithms–Logistic Regression, Support Vector Machines, and Artificial Neural Networks–it was observed that the performances varies depending on the size of the dataset, and the missing values present in them. The study highlights that certain missing value package used in conjunction with a given predictive algorithm provides better performance, which is again a function of the dataset characteristics

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ImputationMissing Values

Similar Papers 제목 키워드 기반

The influence of missing data mechanisms and simple missing data handling techniques on fairness

2025-03-10 · Aeysha Bhatti, Trudie Sandrock, Johane Nienkemper-Swanepoel

Fairness of machine learning algorithms is receiving increasing attention, as such algorithms permeate the day-to-day aspects of our lives. One way in which bias can manifest in a dataset is through missing values. If da…

FairnessImputationMissing Values

Masking the Gaps: An Imputation-Free Approach to Time Series Modeling with Missing Data

2025-02-18 · Abhilash Neog, Arka Daw, Sepideh Fatemi Khorasgani, Anuj Karpatne

A significant challenge in time-series (TS) modeling is the presence of missing values in real-world TS datasets. Traditional two-stage frameworks, involving imputation followed by modeling, suffer from two key drawbacks…

ImputationMissing ValuesTime Series

Handling missing values in healthcare data: A systematic review of deep learning-based imputation techniques

2022-10-15 · Mingxuan Liu, Siqi Li, Han Yuan, Marcus Eng Hock Ong 외

Objective: The proper handling of missing values is critical to delivering reliable estimates and decisions, especially in high-stakes fields such as clinical research. The increasing diversity and complexity of data hav…

ArticlesFairnessImputationMissing Values

Not Another Imputation Method: A Transformer-based Model for Missing Values in Tabular Datasets

2024-07-16 · Camillo Maria Caruso, Paolo Soda, Valerio Guarrasi

Handling missing values in tabular datasets presents a significant challenge in training and testing artificial intelligence models, an issue usually addressed using imputation techniques. Here we introduce "Not Another …

ImputationMissing Values

On the Performance of Imputation Techniques for Missing Values on Healthcare Datasets

2024-03-13 · Luke Oluwaseye Joel, Wesley Doorsamy, Babu Sena Paul

Missing values or data is one popular characteristic of real-world datasets, especially healthcare data. This could be frustrating when using machine learning algorithms on such datasets, simply because most machine lear…

feature selectionImputationMissing Values