feature selection

553 papers with code • 0 benchmarks • 1 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find feature selection models and implementations

Datasets


Most implemented papers

Feature Selection: A Data Perspective

jundongl/scikit-feature 29 Jan 2016

To facilitate and promote the research in this community, we also present an open-source feature selection repository that consists of most of the popular feature selection algorithms (\url{http://featureselection. asu. edu/}).

Auditing Black-box Models for Indirect Influence

cfalk/BlackBoxAuditing 23 Feb 2016

It is therefore hard to acquire a deeper understanding of model behavior, and in particular how different features influence the model prediction.

Benchmarking Relief-Based Feature Selection Methods for Bioinformatics Data Mining

EpistasisLab/scikit-rebate 22 Nov 2017

Modern biomedical data mining requires feature selection methods that can (1) be applied to large scale feature spaces (e. g. `omics' data), (2) function in noisy problems, (3) detect complex patterns of association (e. g. gene-gene interactions), (4) be flexibly adapted to various problem domains and data types (e. g. genetic variants, gene expression, and clinical data) and (5) are computationally tractable.

DeepChess: End-to-End Deep Neural Network for Automatic Learning in Chess

dangeng/DeepChess 27 Nov 2017

We present an end-to-end learning method for chess, relying on deep neural networks.

How Important Is a Neuron?

pytorch/captum 30 May 2018

Informally, the conductance of a hidden unit of a deep network is the \emph{flow} of attribution via this hidden unit.

Model Agnostic Supervised Local Explanations

GDPlumb/MAPLE NeurIPS 2018

Some of the most common forms of interpretability systems are example-based, local, and global explanations.

AudioMNIST: Exploring Explainable Artificial Intelligence for Audio Analysis on a Simple Benchmark

soerenab/AudioMNIST 9 Jul 2018

Explainable Artificial Intelligence (XAI) is targeted at understanding how models perform feature selection and derive their classification decisions.

IMMIGRATE: A Margin-based Feature Selection Method with Interaction Terms

RuzhangZhao/Immigrate-MATLAB- 5 Oct 2018

Relief based algorithms have often been claimed to uncover feature interactions.

Concrete Autoencoders for Differentiable Feature Selection and Reconstruction

mfbalin/Concrete-Autoencoders 27 Jan 2019

We introduce the concrete autoencoder, an end-to-end differentiable method for global feature selection, which efficiently identifies a subset of the most informative features and simultaneously learns a neural network to reconstruct the input data from the selected features.

A Feature Selection Based on Perturbation Theory

jracp/PerturbationFeatureSelection 26 Feb 2019

Consider a supervised dataset $D=[A\mid \textbf{b}]$, where $\textbf{b}$ is the outcome column, rows of $D$ correspond to observations, and columns of $A$ are the features of the dataset.