Skip to content

Commit

Permalink
Minor documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-arenas committed Jun 22, 2021
1 parent 4493a72 commit 253db88
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ Documentation is available `here <https://sklearn-genetic-opt.readthedocs.io/>`_

Sampled distribution of hyperparameters:

.. image:: https://github.com/rodrigo-arenas/Sklearn-genetic-opt/blob/master/demo/images/density.png?raw=true
.. image:: https://github.com/rodrigo-arenas/Sklearn-genetic-opt/blob/master/docs/images/density.png?raw=true

Optimization progress in a regression problem:

.. image:: https://github.com/rodrigo-arenas/Sklearn-genetic-opt/blob/master/demo/images/fitness.png?raw=true
.. image:: https://github.com/rodrigo-arenas/Sklearn-genetic-opt/blob/master/docs/images/fitness.png?raw=true


Main Features:
##############

* **GASearchCV**: Principal class of the package, holds the evolutionary cross validation optimization routine
* **Algorithms**: Set of different evolutionary algorithms to use as optimization procedure
* **Callbacks**: Custom evaluation strategies to generate Early Stopping rules
* **Plots**: Generate pre-define plots to understand the optimization process
* **MLflow**: Build-in integration with mlflow to log all the hyperparameters and their cv-score
* **GASearchCV**: Principal class of the package, holds the evolutionary cross validation optimization routine.
* **Algorithms**: Set of different evolutionary algorithms to use as optimization procedure.
* **Callbacks**: Custom evaluation strategies to generate early stopping rules, logging or custom logic.
* **Plots**: Generate pre-define plots to understand the optimization process.
* **MLflow**: Build-in integration with mlflow to log all the hyperparameters, cv-scores and the fitted models.

Usage:
######
Expand Down Expand Up @@ -114,7 +114,7 @@ Results

Log controlled by verbosity

.. image:: https://github.com/rodrigo-arenas/Sklearn-genetic-opt/blob/master/demo/images/log.JPG?raw=true
.. image:: https://github.com/rodrigo-arenas/Sklearn-genetic-opt/blob/master/docs/images/log.JPG?raw=true

Changelog
#########
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 253db88

Please sign in to comment.