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 hyperparameters tuning, and from RFE (Recursive Feature Elimination), Select From Model for feature selection. Sklearn-genetic-opt uses evolutionary algorithms from the DEAP (Distributed Evolutionary Algorithms in Python) 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: https://sklearn-genetic-opt.readthedocs.io/
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.11.1-12.fc42 | - |
Fedora 42 | 0.11.1-12.fc42 | - |
Fedora 41 | 0.11.1-1.fc41 | 0.11.1-1.fc41 |
Fedora 40 | 0.11.1-1.fc40 | - |
You can contact the maintainers of this package via email at
python-sklearn-genetic-opt dash maintainers at fedoraproject dot org
.