paper-with-me

홈 › Papers

Machine Learning Based Missing Values Imputation in Categorical Datasets

2023-06-10 · Muhammad Ishaq, Sana Zahir, Laila iftikhar, Mohammad Farhad Bulbul, Seungmin Rho, Mi Young Lee

In order to predict and fill in the gaps in categorical datasets, this research looked into the use of machine learning algorithms. The emphasis was on ensemble models constructed using the Error Correction Output Codes framework, including models based on SVM and KNN as well as a hybrid classifier that combines models based on SVM, KNN,and MLP. Three diverse datasets, the CPU, Hypothyroid, and Breast Cancer datasets were employed to validate these algorithms. Results indicated that these machine learning techniques provided substantial performance in predicting and completing missing data, with the effectiveness varying based on the specific dataset and missing data pattern. Compared to solo models, ensemble models that made use of the ECOC framework significantly improved prediction accuracy and robustness. Deep learning for missing data imputation has obstacles despite these encouraging results, including the requirement for large amounts of labeled data and the possibility of overfitting. Subsequent research endeavors ought to evaluate the feasibility and efficacy of deep learning algorithms in the context of the imputation of missing data.

📄 PDF Abstract BibTeX arXiv:2306.06338

Code (0)

등록된 구현이 없습니다.

Tasks

CPUImputationMissing Values

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

No imputation without representation

2022-06-28 · Oliver Urs Lenz, Daniel Peralta, Chris Cornelis

By filling in missing values in datasets, imputation allows these datasets to be used with algorithms that cannot handle missing values by themselves. However, missing values may in principle contribute useful informatio…

AttributeImputationMissing Values

IRTCI: Item Response Theory for Categorical Imputation

2023-02-08 · Adrienne Kline, Yuan Luo

Most datasets suffer from partial or complete missing values, which has downstream limitations on the available models on which to test the data and on any statistical inferences that can be made from the data. Several i…

ImputationMissing Values

Polar Encoding: A Simple Baseline Approach for Classification with Missing Values

2022-10-04 · Oliver Urs Lenz, Daniel Peralta, Chris Cornelis

We propose polar encoding, a representation of categorical and numerical $[0,1]$-valued attributes with missing values to be used in a classification context. We argue that this is a good baseline approach, because it ca…

AttributeDenoisingImputationMissing 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

Improving Missing Data Imputation with Deep Generative Models

2019-02-27 · Ramiro D. Camino, Christian A. Hammerschmidt, Radu State

Datasets with missing values are very common on industry applications, and they can have a negative impact on machine learning models. Recent studies introduced solutions to the problem of imputing missing values based o…

ImputationMissing Values