Skip to main content

Genetic feature selection module for scikit-learn

Project description

.. -- mode: rst --

|PyPi|_ |Anaconda|_ |ReadTheDocs|_

.. |PyPi| image:: https://img.shields.io/pypi/v/sklearn-genetic?style=flat-square .. _PyPi: https://pypi.org/project/sklearn-genetic

.. |Anaconda| image:: https://anaconda.org/conda-forge/sklearn-genetic/badges/version.svg .. _Anaconda: https://anaconda.org/conda-forge/sklearn-genetic

.. |ReadTheDocs| image:: https://readthedocs.org/projects/sklearn-genetic/badge/?version=latest&style=flat-square .. _ReadTheDocs: https://sklearn-genetic.readthedocs.io/en/latest/?badge=latest


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.6)
  • scikit-learn (>= 0.23)
  • deap (>= 1.0.2)
  • numpy
  • multiprocess

User installation

The easiest way to install sklearn-genetic is using :code:pip

.. code:: bash

pip install sklearn-genetic

or :code:conda

.. code:: bash

conda install -c conda-forge sklearn-genetic

Documentation

Installation documentation, API reference and examples can be found on the documentation <https://sklearn-genetic.readthedocs.io>_.

See also

  • shapicant <https://github.com/manuel-calzolari/shapicant>_, a feature selection package based on SHAP and target permutation, for pandas and Spark

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sklearn-genetic-0.5.0.tar.gz (10.9 kB view hashes)

Uploaded Source

Built Distribution

sklearn_genetic-0.5.0-py3-none-any.whl (11.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page