Skip to content

Commit

Permalink
Merge pull request #121 from rodrigo-arenas/0.9.1dev
Browse files Browse the repository at this point in the history
fix GAFeatureSelectionCV API docs
  • Loading branch information
rodrigo-arenas committed Feb 10, 2023
2 parents 07f003a + 2253827 commit 2ed9ee8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
20 changes: 10 additions & 10 deletions docs/api/featureselectioncv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ FeatureSelectionCV
.. currentmodule:: sklearn_genetic

.. autosummary:: GAFeatureSelectionCV
GASearchCV.decision_function
GASearchCV.fit
GASearchCV.get_params
GASearchCV.inverse_transform
GASearchCV.predict
GASearchCV.predict_proba
GASearchCV.score
GASearchCV.score_samples
GASearchCV.set_params
GASearchCV.transform
GAFeatureSelectionCV.decision_function
GAFeatureSelectionCV.fit
GAFeatureSelectionCV.get_params
GAFeatureSelectionCV.inverse_transform
GAFeatureSelectionCV.predict
GAFeatureSelectionCV.predict_proba
GAFeatureSelectionCV.score
GAFeatureSelectionCV.score_samples
GAFeatureSelectionCV.set_params
GAFeatureSelectionCV.transform

.. autoclass:: sklearn_genetic.GAFeatureSelectionCV
:members:
Expand Down
12 changes: 6 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ inside the env use::

pip install sklearn-genetic-opt

.. |PythonMinVersion| replace:: 3.7
.. |ScikitLearnMinVersion| replace:: 0.21.3
.. |NumPyMinVersion| replace:: 1.14.5
.. |SeabornMinVersion| replace:: 0.9.0
.. |DEAPMinVersion| replace:: 1.3.1
.. |MLflowMinVersion| replace:: 1.17.0
.. |PythonMinVersion| replace:: 3.8
.. |ScikitLearnMinVersion| replace:: 1.1.0
.. |NumPyMinVersion| replace:: 1.19.0
.. |SeabornMinVersion| replace:: 0.11.2
.. |DEAPMinVersion| replace:: 1.3.3
.. |MLflowMinVersion| replace:: 1.30.0
.. |TensorflowMinVersion| replace:: 2.0.0
.. |tqdmMinVersion| replace:: 4.61.1

Expand Down
6 changes: 6 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ API Changes:
* Update most important packages from dev-requirements.txt to more recent versions
* Update deprecated functions in tests

^^^^^^^^^^
Bug Fixes:
^^^^^^^^^^

* Fixed the API docs of :class:`~sklearn_genetic.GAFeatureSelectionCV`, it was pointing to the wrong class

What's new in 0.9.0
-------------------

Expand Down

0 comments on commit 2ed9ee8

Please sign in to comment.