Sklearn-Nature-Inspired-Algorithms

Nature-inspired algorithms for hyper-parameter tuning of Scikit-Learn models.

MIT License

Downloads
693
Stars
28
Committers
4

Bot releases are visible (Hide)

Sklearn-Nature-Inspired-Algorithms - Release v0.12.0 Latest Release

Published by github-actions[bot] about 1 year ago

  • update for Python 3.12
  • update niapy to v2.0.5
Sklearn-Nature-Inspired-Algorithms - Release v0.11.0

Published by github-actions[bot] almost 2 years ago

Sklearn-Nature-Inspired-Algorithms - Release v0.10.0

Published by github-actions[bot] almost 2 years ago

Sklearn-Nature-Inspired-Algorithms - Release v0.9.0

Published by github-actions[bot] over 2 years ago

Update niapy to version v2.0.2.

Sklearn-Nature-Inspired-Algorithms - Release v0.8.2

Published by github-actions[bot] over 2 years ago

Fix cross-validation could not be set via object (using GroupKFold for example).

Sklearn-Nature-Inspired-Algorithms - Release v0.8.1

Published by github-actions[bot] over 2 years ago

Add support for python 3.10.x and drop support for 3.7.x.

Sklearn-Nature-Inspired-Algorithms - Release v0.7.1

Published by github-actions[bot] almost 3 years ago

Sklearn-Nature-Inspired-Algorithms - Release v0.7.0

Published by github-actions[bot] almost 3 years ago

Update niapy package version to v2.0.0.

Sklearn-Nature-Inspired-Algorithms - Release v0.6.1

Published by github-actions[bot] about 3 years ago

Update niapy package version to 2.0.0rc18.

Sklearn-Nature-Inspired-Algorithms - Release v0.6.0

Published by github-actions[bot] about 3 years ago

Update niapy package to v2.0.0rc17 (renamed from NiaPy).

Sklearn-Nature-Inspired-Algorithms - Release v0.5.2

Published by github-actions[bot] over 3 years ago

Fix scikit-learn deprecation warning.

Sklearn-Nature-Inspired-Algorithms - Release v0.5.1

Published by github-actions[bot] almost 4 years ago

Fixed minimum versions of dependencies.

Sklearn-Nature-Inspired-Algorithms - Release v0.5.0

Published by github-actions[bot] almost 4 years ago

Updated dependencies.

From:

toml = "^0.9"
scikit-learn = "^0.22.2"
numpy = "^1.18.4"
matplotlib = "^3.2.1"
seaborn = "^0.10.1"
pandas = "^1.0.3"

To:

toml = "^0.10"
scikit-learn = "^0.23"
numpy = "^1.19"
matplotlib = "^3.3"
seaborn = "^0.11"
pandas = "^1.1"
Sklearn-Nature-Inspired-Algorithms - Release v0.4.6

Published by github-actions[bot] about 4 years ago

Updated documentation.

Sklearn-Nature-Inspired-Algorithms - Release v0.4.5

Published by github-actions[bot] over 4 years ago

Better logging.

Sklearn-Nature-Inspired-Algorithms - Release v0.4.3

Published by github-actions[bot] over 4 years ago

Added documentation via http://readthedocs.io/.

Sklearn-Nature-Inspired-Algorithms - Release v0.4.2

Published by github-actions[bot] over 4 years ago

Updated README with more examples.

Sklearn-Nature-Inspired-Algorithms - Release v0.4.1

Published by github-actions[bot] over 4 years ago

  • new random_state option NatureInspiredSearchCV
  • bug fixes in cache invalidation during multiple runs
Sklearn-Nature-Inspired-Algorithms - Release v0.4.0

Published by github-actions[bot] over 4 years ago

The nature-inspired search can be run multiple times, this will provide more stable results. Helper visualization functions were updated to show multiple runs/select run to show.

Sklearn-Nature-Inspired-Algorithms - Release v0.3.0

Published by github-actions[bot] over 4 years ago

  • new algorithms: Hybrid Bat Algorithm, Hybrid Self Adapting Bat Algorithm
  • changed default option values for NatureInspiredSearchCV, the new defaults are:
    • algorithm = hba
    • population_size = 50
    • max_n_gen = 100
    • max_stagnating_gen = 20
Package Rankings
Top 14.23% on Pypi.org
Top 18.15% on Alpine-v3.17
Top 16.95% on Alpine-edge
Top 12.84% on Alpine-v3.18
Badges
Extracted from project README
CI Maintainability PyPI version PyPI downloads Fedora package
Related Projects