paper-with-me

Papers

Nonparametric Feature Impact and Importance

2020-06-08 · Terence Parr, James D. Wilson, Jeff Hamrick

Practitioners use feature importance to rank and eliminate weak predictors during model development in an effort to simplify models and improve generality. Unfortunately, they also routinely conflate such feature importance measures with feature impact, the isolated effect of an explanatory variable on the response variable. This can lead to real-world consequences when importance is inappropriately interpreted as impact for business or medical insight purposes. The dominant approach for computing importances is through interrogation of a fitted model, which works well for feature selection, but gives distorted measures of feature impact. The same method applied to the same data set can yield different feature importances, depending on the model, leading us to conclude that impact should be computed directly from the data. While there are nonparametric feature selection algorithms, they typically provide feature rankings, rather than measures of impact or importance. They also typically focus on single-variable associations with the response. In this paper, we give mathematical definitions of feature impact and importance, derived from partial dependence curves, that operate directly on the data. To assess quality, we show that features ranked by these definitions are competitive with existing feature selection techniques using three real data sets for predictive tasks.

📄 PDF Abstract BibTeX arXiv:2006.04750

Code (2)

parrt/stratx 공식 구현
subhobrata/Courses_ML_DL3 pytorch

Tasks

Feature Importancefeature selection

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,…

Similar Papers 제목 키워드 기반

Nonparametric IPSS: Fast, flexible feature selection with false discovery control

2024-10-03 · Omar Melikechi, David B. Dunson, Jeffrey W. Miller

Feature selection is a critical task in machine learning and statistics. However, existing feature selection methods either (i) rely on parametric methods such as linear or generalized linear models, (ii) lack theoretica…

Feature Importancefeature selection

Nonparametric Part Transfer for Fine-grained Recognition

2014-06-01 · CVPR 2014 6 · Christoph Goring, Erik Rodner, Alexander Freytag, Joachim Denzler

In the following paper, we present an approach for finegrained recognition based on a new part detection method. In particular, we propose a nonparametric label transfer technique which transfers part constellations from…

Fine-Grained Image ClassificationImage SegmentationSemantic Segmentation

A general framework for inference on algorithm-agnostic variable importance

2020-04-07 · Brian D. Williamson, Peter B. Gilbert, Noah R. Simon, Marco Carone

In many applications, it is of interest to assess the relative contribution of features (or subsets of features) toward the goal of predicting a response -- in other words, to gauge the variable importance of features. M…

valid

Nonparametric variable importance using an augmented neural network with multi-task learning

2018-07-01 · ICML 2018 7 · Jean Feng, Brian Williamson, Noah Simon, Marco Carone

In predictive modeling applications, it is often of interest to determine the relative contribution of subsets of features in explaining the variability of an outcome. It is useful to consider this variable importan…

Multi-Task Learning

Nonparametric Scene Parsing with Adaptive Feature Relevance and Semantic Context

2013-06-01 · CVPR 2013 6 · Gautam Singh, Jana Kosecka

This paper presents a nonparametric approach to semantic parsing using small patches and simple gradient, color and location features. We learn the relevance of individual feature channels at test time using a locally ad…

RetrievalScene ParsingSemantic Parsing