Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-sklearn-genetic-opt-0.9.0-3.fc37 RPM for noarch

From Fedora 37 for ppc64le / p

Name: python3-sklearn-genetic-opt Distribution: Fedora Project
Version: 0.9.0 Vendor: Fedora Project
Release: 3.fc37 Build date: Sat Jul 23 00:27:57 2022
Group: Unspecified Build host: buildvm-s390x-34.s390.fedoraproject.org
Size: 284428 Source RPM: python-sklearn-genetic-opt-0.9.0-3.fc37.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.

Provides

Requires

License

MIT

Changelog

* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.9.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jul 04 2022 Python Maint <python-maint@redhat.com> 0.9.0-2
  - Rebuilt for Python 3.11
* Tue Jun 14 2022 Iztok Fister Jr <iztok@iztok-jr-fister.eu> 0.9.0-1
  - Initial import (fedora#2095975).

Files

/usr/lib/python3.11/site-packages/sklearn_genetic
/usr/lib/python3.11/site-packages/sklearn_genetic/__init__.py
/usr/lib/python3.11/site-packages/sklearn_genetic/__pycache__
/usr/lib/python3.11/site-packages/sklearn_genetic/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/__pycache__/_version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/__pycache__/_version.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/__pycache__/algorithms.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/__pycache__/algorithms.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/__pycache__/genetic_search.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/__pycache__/genetic_search.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/__pycache__/mlflow_log.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/__pycache__/mlflow_log.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/__pycache__/parameters.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/__pycache__/parameters.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/__pycache__/plots.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/__pycache__/plots.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/_version.py
/usr/lib/python3.11/site-packages/sklearn_genetic/algorithms.py
/usr/lib/python3.11/site-packages/sklearn_genetic/callbacks
/usr/lib/python3.11/site-packages/sklearn_genetic/callbacks/__init__.py
/usr/lib/python3.11/site-packages/sklearn_genetic/callbacks/__pycache__
/usr/lib/python3.11/site-packages/sklearn_genetic/callbacks/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/callbacks/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/callbacks/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/callbacks/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/callbacks/__pycache__/early_stoppers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/callbacks/__pycache__/early_stoppers.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/callbacks/__pycache__/loggers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/callbacks/__pycache__/loggers.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/callbacks/__pycache__/validations.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/callbacks/__pycache__/validations.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/callbacks/base.py
/usr/lib/python3.11/site-packages/sklearn_genetic/callbacks/early_stoppers.py
/usr/lib/python3.11/site-packages/sklearn_genetic/callbacks/loggers.py
/usr/lib/python3.11/site-packages/sklearn_genetic/callbacks/validations.py
/usr/lib/python3.11/site-packages/sklearn_genetic/genetic_search.py
/usr/lib/python3.11/site-packages/sklearn_genetic/mlflow_log.py
/usr/lib/python3.11/site-packages/sklearn_genetic/parameters.py
/usr/lib/python3.11/site-packages/sklearn_genetic/plots.py
/usr/lib/python3.11/site-packages/sklearn_genetic/schedules
/usr/lib/python3.11/site-packages/sklearn_genetic/schedules/__init__.py
/usr/lib/python3.11/site-packages/sklearn_genetic/schedules/__pycache__
/usr/lib/python3.11/site-packages/sklearn_genetic/schedules/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/schedules/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/schedules/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/schedules/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/schedules/__pycache__/schedulers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/schedules/__pycache__/schedulers.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/schedules/__pycache__/validations.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/schedules/__pycache__/validations.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/schedules/base.py
/usr/lib/python3.11/site-packages/sklearn_genetic/schedules/schedulers.py
/usr/lib/python3.11/site-packages/sklearn_genetic/schedules/validations.py
/usr/lib/python3.11/site-packages/sklearn_genetic/space
/usr/lib/python3.11/site-packages/sklearn_genetic/space/__init__.py
/usr/lib/python3.11/site-packages/sklearn_genetic/space/__pycache__
/usr/lib/python3.11/site-packages/sklearn_genetic/space/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/space/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/space/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/space/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/space/__pycache__/space.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/space/__pycache__/space.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/space/__pycache__/space_parameters.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/space/__pycache__/space_parameters.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/space/base.py
/usr/lib/python3.11/site-packages/sklearn_genetic/space/space.py
/usr/lib/python3.11/site-packages/sklearn_genetic/space/space_parameters.py
/usr/lib/python3.11/site-packages/sklearn_genetic/utils
/usr/lib/python3.11/site-packages/sklearn_genetic/utils/__init__.py
/usr/lib/python3.11/site-packages/sklearn_genetic/utils/__pycache__
/usr/lib/python3.11/site-packages/sklearn_genetic/utils/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/utils/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/utils/__pycache__/cv_scores.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/utils/__pycache__/cv_scores.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/utils/__pycache__/logbook.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/utils/__pycache__/logbook.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/utils/__pycache__/random.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/utils/__pycache__/random.cpython-311.pyc
/usr/lib/python3.11/site-packages/sklearn_genetic/utils/cv_scores.py
/usr/lib/python3.11/site-packages/sklearn_genetic/utils/logbook.py
/usr/lib/python3.11/site-packages/sklearn_genetic/utils/random.py
/usr/lib/python3.11/site-packages/sklearn_genetic_opt-0.9.0.dist-info
/usr/lib/python3.11/site-packages/sklearn_genetic_opt-0.9.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/sklearn_genetic_opt-0.9.0.dist-info/LICENSE
/usr/lib/python3.11/site-packages/sklearn_genetic_opt-0.9.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/sklearn_genetic_opt-0.9.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/sklearn_genetic_opt-0.9.0.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, Thu May 9 20:42:17 2024