Skip to content

HeardACat/scikit-feature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c65e077 · Feb 16, 2025
Feb 16, 2025
Feb 16, 2025
Feb 16, 2025
Aug 5, 2017
Aug 4, 2017
Nov 6, 2015
Aug 29, 2021
Jun 28, 2017
Feb 16, 2025
Jun 13, 2017
Aug 29, 2021
Aug 29, 2021
Feb 16, 2025

Repository files navigation

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

Original scikit-feature project information

Installation

From Sources

  • Unpack the source package somewhere
  • Run pip install -e . from the source distribution's top level folder

From pip

pip install skfeature-chappers