Explainable Global Error Weighted on Feature Importance: The xGEWFI metric to evaluate the error of data imputation and data augmentation
Jean-S\'ebastien Dessureault, Daniel Massicotte

TL;DR
This paper introduces xGEWFI, a novel error metric for data imputation and augmentation that weights feature errors by their importance, enhancing evaluation accuracy and interpretability in data preprocessing tasks.
Contribution
The paper proposes the xGEWFI metric, which incorporates feature importance weighting into error evaluation, addressing bias issues in traditional metrics.
Findings
xGEWFI improves error assessment accuracy.
The metric provides explainable evaluation results.
Enhanced bias detection in data preprocessing.
Abstract
Evaluating the performance of an algorithm is crucial. Evaluating the performance of data imputation and data augmentation can be similar since both generated data can be compared with an original distribution. Although, the typical evaluation metrics have the same flaw: They calculate the feature's error and the global error on the generated data without weighting the error with the feature importance. The result can be good if all of the feature's importance is similar. However, in most cases, the importance of the features is imbalanced, and it can induce an important bias on the features and global errors. This paper proposes a novel metric named "Explainable Global Error Weighted on Feature Importance"(xGEWFI). This new metric is tested in a whole preprocessing method that 1. detects the outliers and replaces them with a null value. 2. imputes the data missing, and 3. augments the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Anomaly Detection Techniques and Applications · Explainable Artificial Intelligence (XAI)
MethodsTest
