Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-sklearn-genetic-opt | Distribution: Fedora Project |
Version: 0.11.1 | Vendor: Fedora Project |
Release: 1.fc40 | Build date: Tue Sep 17 21:29:36 2024 |
Group: Unspecified | Build host: buildvm-ppc64le-06.iad2.fedoraproject.org |
Size: 297249 | Source RPM: python-sklearn-genetic-opt-0.11.1-1.fc40.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/rodrigo-arenas/Sklearn-genetic-opt | |
Summary: Hyperparameters tuning and feature selection |
scikit-learn models hyperparameters tuning and feature selection, using evolutionary algorithms. This is meant to be an alternative to popular methods inside scikit-learn such as Grid Search and Randomized Grid Search for hyperparameteres tuning, and from RFE, Select From Model for feature selection. 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.
MIT
* Tue Sep 17 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.11.1-1 - Update to 0.11.1 (close RHBZ#2312041) * Tue Sep 17 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.10.1-11 - Assert that .dist-info contains a license file * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 0.10.1-8 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Sep 26 2023 Sandro <devel@penguinpee.nl> - 0.10.1-5 - Disable failing tests for now * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun Jul 16 2023 Python Maint <python-maint@redhat.com> - 0.10.1-3 - Rebuilt for Python 3.12 * Sun Jul 16 2023 Orion Poplawski <orion@nwra.com> - 0.10.1-2 - Add comment about tensorflow dep * Sun Jun 25 2023 Orion Poplawski <orion@nwra.com> - 0.10.1-1 - Update to 0.10.1 * Sun Feb 26 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.9.0-5 - Leaf package: drop i686 support * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
/usr/lib/python3.12/site-packages/sklearn_genetic /usr/lib/python3.12/site-packages/sklearn_genetic/__init__.py /usr/lib/python3.12/site-packages/sklearn_genetic/__pycache__ /usr/lib/python3.12/site-packages/sklearn_genetic/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/__pycache__/_version.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/__pycache__/_version.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/__pycache__/algorithms.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/__pycache__/algorithms.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/__pycache__/genetic_search.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/__pycache__/genetic_search.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/__pycache__/mlflow_log.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/__pycache__/mlflow_log.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/__pycache__/parameters.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/__pycache__/parameters.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/__pycache__/plots.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/__pycache__/plots.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/_version.py /usr/lib/python3.12/site-packages/sklearn_genetic/algorithms.py /usr/lib/python3.12/site-packages/sklearn_genetic/callbacks /usr/lib/python3.12/site-packages/sklearn_genetic/callbacks/__init__.py /usr/lib/python3.12/site-packages/sklearn_genetic/callbacks/__pycache__ /usr/lib/python3.12/site-packages/sklearn_genetic/callbacks/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/callbacks/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/callbacks/__pycache__/base.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/callbacks/__pycache__/base.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/callbacks/__pycache__/early_stoppers.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/callbacks/__pycache__/early_stoppers.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/callbacks/__pycache__/loggers.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/callbacks/__pycache__/loggers.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/callbacks/__pycache__/validations.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/callbacks/__pycache__/validations.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/callbacks/base.py /usr/lib/python3.12/site-packages/sklearn_genetic/callbacks/early_stoppers.py /usr/lib/python3.12/site-packages/sklearn_genetic/callbacks/loggers.py /usr/lib/python3.12/site-packages/sklearn_genetic/callbacks/validations.py /usr/lib/python3.12/site-packages/sklearn_genetic/genetic_search.py /usr/lib/python3.12/site-packages/sklearn_genetic/mlflow_log.py /usr/lib/python3.12/site-packages/sklearn_genetic/parameters.py /usr/lib/python3.12/site-packages/sklearn_genetic/plots.py /usr/lib/python3.12/site-packages/sklearn_genetic/schedules /usr/lib/python3.12/site-packages/sklearn_genetic/schedules/__init__.py /usr/lib/python3.12/site-packages/sklearn_genetic/schedules/__pycache__ /usr/lib/python3.12/site-packages/sklearn_genetic/schedules/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/schedules/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/schedules/__pycache__/base.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/schedules/__pycache__/base.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/schedules/__pycache__/schedulers.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/schedules/__pycache__/schedulers.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/schedules/__pycache__/validations.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/schedules/__pycache__/validations.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/schedules/base.py /usr/lib/python3.12/site-packages/sklearn_genetic/schedules/schedulers.py /usr/lib/python3.12/site-packages/sklearn_genetic/schedules/validations.py /usr/lib/python3.12/site-packages/sklearn_genetic/space /usr/lib/python3.12/site-packages/sklearn_genetic/space/__init__.py /usr/lib/python3.12/site-packages/sklearn_genetic/space/__pycache__ /usr/lib/python3.12/site-packages/sklearn_genetic/space/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/space/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/space/__pycache__/base.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/space/__pycache__/base.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/space/__pycache__/space.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/space/__pycache__/space.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/space/__pycache__/space_parameters.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/space/__pycache__/space_parameters.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/space/base.py /usr/lib/python3.12/site-packages/sklearn_genetic/space/space.py /usr/lib/python3.12/site-packages/sklearn_genetic/space/space_parameters.py /usr/lib/python3.12/site-packages/sklearn_genetic/utils /usr/lib/python3.12/site-packages/sklearn_genetic/utils/__init__.py /usr/lib/python3.12/site-packages/sklearn_genetic/utils/__pycache__ /usr/lib/python3.12/site-packages/sklearn_genetic/utils/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/utils/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/utils/__pycache__/cv_scores.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/utils/__pycache__/cv_scores.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/utils/__pycache__/logbook.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/utils/__pycache__/logbook.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/utils/__pycache__/random.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/utils/__pycache__/random.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/utils/__pycache__/tools.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/utils/__pycache__/tools.cpython-312.pyc /usr/lib/python3.12/site-packages/sklearn_genetic/utils/cv_scores.py /usr/lib/python3.12/site-packages/sklearn_genetic/utils/logbook.py /usr/lib/python3.12/site-packages/sklearn_genetic/utils/random.py /usr/lib/python3.12/site-packages/sklearn_genetic/utils/tools.py /usr/lib/python3.12/site-packages/sklearn_genetic_opt-0.11.1.dist-info /usr/lib/python3.12/site-packages/sklearn_genetic_opt-0.11.1.dist-info/INSTALLER /usr/lib/python3.12/site-packages/sklearn_genetic_opt-0.11.1.dist-info/LICENSE /usr/lib/python3.12/site-packages/sklearn_genetic_opt-0.11.1.dist-info/METADATA /usr/lib/python3.12/site-packages/sklearn_genetic_opt-0.11.1.dist-info/WHEEL /usr/lib/python3.12/site-packages/sklearn_genetic_opt-0.11.1.dist-info/top_level.txt /usr/share/doc/python3-sklearn-genetic-opt /usr/share/doc/python3-sklearn-genetic-opt/README.rst
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 15 06:15:53 2024