Single Sample Feature Importance: An Interpretable Algorithm for Low-Level Feature Analysis
Have you ever wondered how your feature space is impacting the prediction of a specific sample in your dataset? In this paper, we introduce Single Sample Feature Importance (SSFI), which is an interpretable feature importance algorithm that allows for the identification of the most important features that contribute to the prediction of a single sample. When a dataset can be learned by a Random Forest classifier or regressor, SSFI shows how the Random Forest's prediction path can be utilized for low-level feature importance calculation. SSFI results in a relative ranking of features, highlighting those with the greatest impact on a data point's prediction. We demonstrate these results both numerically and visually on four different datasets.
Code (0)
등록된 구현이 없습니다.
Tasks
Feature ImportancePredictionSimilar Papers 제목 키워드 기반
Grouped Feature Importance and Combined Features Effect Plot
Interpretable machine learning has become a very active area of research due to the rising popularity of machine learning algorithms and their inherently challenging interpretability. Most work in this area has been focu…
BIG-bench Machine LearningFeature ImportanceInterpretable Machine LearningInterpretable Network-assisted Random Forest+
Machine learning algorithms often assume that training samples are independent. When data points are connected by a network, the induced dependency between samples is both a challenge, reducing effective sample size, and…
Feature ImportanceLinear Iterative Feature Embedding: An Ensemble Framework for Interpretable Model
A new ensemble framework for interpretable model called Linear Iterative Feature Embedding (LIFE) has been developed to achieve high prediction accuracy, easy interpretation and efficient computation simultaneously. The …
DLIME: A Deterministic Local Interpretable Model-Agnostic Explanations Approach for Computer-Aided Diagnosis Systems
Local Interpretable Model-Agnostic Explanations (LIME) is a popular technique used to increase the interpretability and explainability of black box Machine Learning (ML) algorithms. LIME typically generates an explanatio…
ClusteringFeature Importancefeature selectionUnboxing Tree Ensembles for interpretability: a hierarchical visualization tool and a multivariate optimal re-built tree
The interpretability of models has become a crucial issue in Machine Learning because of algorithmic decisions' growing impact on real-world applications. Tree ensemble methods, such as Random Forests or XgBoost, are pow…
feature selection