- Notifications
You must be signed in to change notification settings - Fork5
DeepPINK: reproducible feature selection in deep neural networks
License
younglululu/DeepPINK
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Yang Lu, Yingying Fan, Jinchi Lv, William Stafford Noble. ["DeepPINK: reproducible feature selection in deep neural networks"] (https://papers.nips.cc/paper/8085-deeppink-reproducible-feature-selection-in-deep-neural-networks)Advances in Neural Information Processing Systems 31 (NeurIPS), 2018.
This repository contains a Python implementation of DeepPINK.The input is an n x 2p matrix and n x 1 labels. The output contains n x 1 feature importance values, n x 1 feature knockoff statistics, and the set of features selected subjected to the specified FDR threshold.
To use DeepPINK, you must first generate knockoffs.Note that there are multiple ways to generate such knockoffs, such as usingdeep neural networks.
All datasets used in the DeepPINK paper are available at (https://noble.gs.washington.edu/proj/DeepPINK).
About
DeepPINK: reproducible feature selection in deep neural networks
Resources
License
Uh oh!
There was an error while loading.Please reload this page.