paper-with-me

Papers

Comparing interpretability and explainability for feature selection

2021-05-11 · Jack Dunn, Luca Mingardi, Ying Daisy Zhuo

A common approach for feature selection is to examine the variable importance scores for a machine learning model, as a way to understand which features are the most relevant for making predictions. Given the significance of feature selection, it is crucial for the calculated importance scores to reflect reality. Falsely overestimating the importance of irrelevant features can lead to false discoveries, while underestimating importance of relevant features may lead us to discard important features, resulting in poor model performance. Additionally, black-box models like XGBoost provide state-of-the art predictive performance, but cannot be easily understood by humans, and thus we rely on variable importance scores or methods for explainability like SHAP to offer insight into their behavior. In this paper, we investigate the performance of variable importance as a feature selection method across various black-box and interpretable machine learning methods. We compare the ability of CART, Optimal Trees, XGBoost and SHAP to correctly identify the relevant subset of variables across a number of experiments. The results show that regardless of whether we use the native variable importance method or SHAP, XGBoost fails to clearly distinguish between relevant and irrelevant features. On the other hand, the interpretable methods are able to correctly and efficiently identify irrelevant features, and thus offer significantly better performance for feature selection.

📄 PDF Abstract BibTeX arXiv:2105.05328

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learningfeature selectionInterpretable Machine Learning

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,…
SHAP 설명 없음

Similar Papers 제목 키워드 기반

Experimental Insights Towards Explainable and Interpretable Pedestrian Crossing Prediction

2023-12-05 · Angie Nataly Melo, Carlota Salinas, Miguel Angel Sotelo

In the context of autonomous driving, pedestrian crossing prediction is a key component for improving road safety. Presently, the focus of these predictions extends beyond achieving trustworthy results; it is shifting to…

Autonomous Drivingfeature selectionPrediction

Ultra Large-Scale Feature Selection using Count-Sketches

2018-07-01 · ICML 2018 7 · Amirali Aghazadeh, Ryan Spring, Daniel LeJeune, Gautam Dasarathy 외

Feature selection is an important challenge in machine learning. It plays a crucial role in the explainability of machine-driven decisions that are rapidly permeating throughout modern society. Unfortunately, the ex…

BIG-bench Machine Learningfeature selection

MISSION: Ultra Large-Scale Feature Selection using Count-Sketches

2018-06-12 · Amirali Aghazadeh, Ryan Spring, Daniel Lejeune, Gautam Dasarathy 외

Feature selection is an important challenge in machine learning. It plays a crucial role in the explainability of machine-driven decisions that are rapidly permeating throughout modern society. Unfortunately, the explosi…

BIG-bench Machine Learningfeature selection

On quantitative aspects of model interpretability

2020-07-15 · An-phi Nguyen, María Rodríguez Martínez

Despite the growing body of work in interpretable machine learning, it remains unclear how to evaluate different explainability methods without resorting to qualitative assessment and user-studies. While interpretability…

Interpretable Machine Learningmodel

Unlocking the Black Box: A Five-Dimensional Framework for Evaluating Explainable AI in Credit Risk

2025-11-07 · Rongbin Ye, Jiaqi Chen arxiv

The financial industry faces a significant challenge modeling and risk portfolios: balancing the predictability of advanced machine learning models, neural network models, and explainability required by regulatory entiti…