Skip to content

Commit

Permalink
Merge pull request #33 from rodrigo-arenas/0.6.Xdev
Browse files Browse the repository at this point in the history
Changed the default documentation link
  • Loading branch information
rodrigo-arenas committed Jun 23, 2021
2 parents 36953e8 + 3b8ca1a commit e4a76a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ scikit-learn models hyperparameters tuning, using evolutionary algorithms.

This is meant to be an alternative from popular methods inside scikit-learn such as Grid Search and Randomized Grid Search.

Sklearn-genetic-opt uses evolutionary algorithms from the deap package to choose set of hyperparameters that
optimizes (max or min) the cross validation scores, it can be used for both regression and classification problems.
Sklearn-genetic-opt uses evolutionary algorithms from the DEAP package to choose the set of hyperparameters that
optimizes (max or min) the cross-validation scores, it can be used for both regression and classification problems.

Documentation is available `here <https://sklearn-genetic-opt.readthedocs.io/>`_

Expand Down Expand Up @@ -128,6 +128,7 @@ Important links
- Official source code repo: https://github.com/rodrigo-arenas/Sklearn-genetic-opt/
- Download releases: https://pypi.org/project/sklearn-genetic-opt/
- Issue tracker: https://github.com/rodrigo-arenas/Sklearn-genetic-opt/issues
- Stable documentation: https://sklearn-genetic-opt.readthedocs.io/en/stable/

Source code
###########
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"Programming Language :: Python :: 3.8",
],
project_urls={
"Documentation": "https://sklearn-genetic-opt.readthedocs.io/en/latest/",
"Documentation": "https://sklearn-genetic-opt.readthedocs.io/en/stable/",
"Source Code": "https://github.com/rodrigo-arenas/Sklearn-genetic-opt",
},
packages=find_packages(include=["sklearn_genetic", "sklearn_genetic.*"]),
Expand Down

0 comments on commit e4a76a5

Please sign in to comment.