forked from jundongl/scikit-feature
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# scikit-feast | ||
feature selection package built on scikit-learn (DMML Lab@ASU) | ||
=============================== | ||
sciki-feast | ||
=============================== | ||
Feature selection repository built on scikit-learn (DMML Lab@ASU). | ||
|
||
Instructions of using this package can be found in our project webpage at http://featureselection.asu.edu/scikit-feast/ | ||
|
||
Citing | ||
------ | ||
If you find scikit-feast feature selection reposoitory useful in your research, please consider citing the following paper:: | ||
|
||
@article{Li-etal16, | ||
title= {Feature Selection: A Data Perspective}, | ||
author= {J. Li and K. Cheng and S. Wang and F. Morstatter and R. Trevino and J. Tang and H. Liu}, | ||
organization= {Arizona State University}, | ||
year= {2016}, | ||
url= {http://featureselection.asu.edu/scikit-feast}, | ||
} |