Skip to content

Commit

Permalink
Docs on plot_parallel_coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-arenas committed Jun 26, 2021
1 parent bc5831d commit b2b729f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/api/plots.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Plots
.. autosummary::
plot_fitness_evolution
plot_search_space
plot_parallel_coordinates

.. automodule:: sklearn_genetic.plots
:members:
1 change: 1 addition & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Features:

* Added the :class:`~sklearn_genetic.callbacks.TimerStopping` callback to stop
the iterations after a total (threshold) fitting time has been elapsed.
* Added new parallel coordinates plot in :func:`~sklearn_genetic.plots.plot_parallel_coordinates`.
* Now if one or more callbacks decides to stop the algorithm, it will print
its class name to know which callbacks were responsible of the stopping.
* Added support for extra methods coming from scikit-learn's BaseSearchCV, it is
Expand Down
4 changes: 2 additions & 2 deletions sklearn_genetic/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ def noise(score):
"""
Parameters
----------
estimator: Series
The `score` column from the logbook data of :class:`~sklearn_genetic.GASearchCV`
score: Series
The `score` column from the logbook data of :class:`~sklearn_genetic.GASearchCV`
Returns
-------
Expand Down

0 comments on commit b2b729f

Please sign in to comment.