Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jundongl/scikit-feature
open-source feature selection repository in python
https://github.com/jundongl/scikit-feature
Last synced: 28 days ago
JSON representation
open-source feature selection repository in python
- Host: GitHub
- URL: https://github.com/jundongl/scikit-feature
- Owner: jundongl
- License: gpl-2.0
- Created: 2015-11-06T16:34:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T09:07:01.000Z (4 months ago)
- Last Synced: 2024-10-01T19:13:56.481Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 190 MB
- Stars: 1,504
- Watchers: 60
- Forks: 447
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-machine-learning-resources - **[Library - feature?style=social) (Table of Contents)
- awesome-datascience - scikit-feature
README
scikit-feature
===============================
Feature selection repository scikit-feature in Python.scikit-feature is an open-source feature selection repository in Python developed by Data Mining and Machine Learning Lab at Arizona State University. It is built upon one widely used machine learning package scikit-learn and two scientific computing packages Numpy and Scipy. scikit-feature contains around 40 popular feature selection algorithms, including traditional feature selection algorithms and some structural and streaming feature selection algorithms.
It serves as a platform for facilitating feature selection application, research and comparative study. It is designed to share widely used feature selection algorithms developed in the feature selection research, and offer convenience for researchers and practitioners to perform empirical evaluation in developing new feature selection algorithms.
## Installing scikit-feature
### Prerequisites:
Python 2.7 *and Python 3*NumPy
SciPy
Scikit-learn
### Steps:
For Linux users, you can install the repository by the following command:python setup.py install
For Windows users, you can also install the repository by the following command:
setup.py install
## Project website
Instructions of using this repository can be found in our project webpage at http://featureselection.asu.edu/## Citation
If you find scikit-feature feature selection reposoitory useful in your research, please consider citing the following paper::
@article{li2018feature,
title={Feature selection: A data perspective},
author={Li, Jundong and Cheng, Kewei and Wang, Suhang and Morstatter, Fred and Trevino, Robert P and Tang, Jiliang and Liu, Huan},
journal={ACM Computing Surveys (CSUR)},
volume={50},
number={6},
pages={94},
year={2018},
publisher={ACM}
}
## Contact
Jundong Li
E-mail: [email protected]