Skip to content

Commit

Permalink
Improve RST style
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-calzolari committed Jan 15, 2022
1 parent 6dc52c7 commit de4cdc8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
19 changes: 7 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,19 @@
.. |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:

Expand All @@ -35,9 +33,8 @@ sklearn-genetic requires:
- numpy
- multiprocess

^^^^^^^^^^^^^^^^^
User installation
^^^^^^^^^^^^^^^^^
-----------------

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

Expand All @@ -51,14 +48,12 @@ or :code:`conda`
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
9 changes: 3 additions & 6 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
------------
Installation
------------
============

^^^^^^^^^^^^
Dependencies
^^^^^^^^^^^^
------------

sklearn-genetic requires:

Expand All @@ -14,9 +12,8 @@ sklearn-genetic requires:
- numpy
- multiprocess

^^^^^^^^^^^^^^^^^
User installation
^^^^^^^^^^^^^^^^^
-----------------

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

Expand Down

0 comments on commit de4cdc8

Please sign in to comment.