Skip to content

Commit

Permalink
Improve showcase images
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-arenas committed Jun 27, 2021
1 parent 3eabc9b commit bd9d2b6
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ optimizes (max or min) the cross-validation scores, it can be used for both regr

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/docs/images/density.png?raw=true

Optimization progress in a regression problem:

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


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

Expand All @@ -53,6 +44,21 @@ Main Features:
* **Plots**: Generate pre-defined plots to understand the optimization process.
* **MLflow**: Build-in integration with mlflow to log all the hyperparameters, cv-scores and the fitted models.

**Some explains of the packages capabilities**

Sampled distribution of hyperparameters:

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

Real time metrics visualization and comparison across runs:

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

Artifacts logging:

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


Usage:
######

Expand Down

0 comments on commit bd9d2b6

Please sign in to comment.