sklearn-genetic

Genetic feature selection module for scikit-learn


License
LGPL-3.0
Install
pip install sklearn-genetic==0.6.0

Documentation

PyPi Conda ReadTheDocs

sklearn-genetic

sklearn-genetic is a genetic feature selection module for scikit-learn.

Genetic algorithms mimic the process of natural selection to search for optimal values of a function.

Installation

Dependencies

sklearn-genetic requires:

  • Python (>= 3.7)
  • scikit-learn (>= 1.0)
  • deap (>= 1.0.2)
  • numpy
  • multiprocess

User installation

The easiest way to install sklearn-genetic is using pip

pip install sklearn-genetic

or conda

conda install -c conda-forge sklearn-genetic

Documentation

Installation documentation, API reference and examples can be found on the documentation.

See also

  • shapicant, a feature selection package based on SHAP and target permutation, for pandas and Spark