Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/8bit-pixies/scikit-feature
https://github.com/8bit-pixies/scikit-feature
feature-selection scikit-learn
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/8bit-pixies/scikit-feature
- Owner: 8bit-pixies
- License: gpl-2.0
- Created: 2017-07-26T11:15:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T17:48:08.000Z (about 1 year ago)
- Last Synced: 2024-06-20T00:30:54.791Z (7 months ago)
- Topics: feature-selection, scikit-learn
- Language: Python
- Size: 119 MB
- Stars: 32
- Watchers: 5
- Forks: 17
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![PyPI version](https://badge.fury.io/py/skfeature-chappers.svg)](https://badge.fury.io/py/skfeature-chappers) [![codecov](https://codecov.io/gh/charliec443/scikit-feature/branch/master/graph/badge.svg?token=B7RQ11SAAN)](https://codecov.io/gh/charliec443/scikit-feature)
`scikit-feature` is an open-source (GNU General Public License v2.0) feature selection repository in Python developed by Data Mining and Machine Learning Lab at Arizona State University.
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.
This is may or may not be a temporary fork of the original repository as development seems to have stalled and various modules have be depreciated due to updates to `scikit-learn`. I will see if should get reintegrated back into the original project if it ever gets revived again.
**Forked project information**
* Project site - https://github.com/chappers/scikit-feature
**Original `scikit-feature` project information**
* Project site - https://github.com/jundongl/scikit-feature
* Documentation - http://featureselection.asu.edu/Installation
============# From Sources
* Unpack the source package somewhere
* Run `pip install -e .` from the source distribution's top level folder# From pip
```sh
pip install skfeature-chappers
```