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.
| Release | Stable | Testing |
|---|---|---|
| Fedora 43 | 0.11.1-16.fc43 | 0.11.1-16.fc43 |
| Fedora 42 | 0.11.1-12.fc42 | - |
| Fedora 41 | 0.11.1-1.fc41 | 0.11.1-1.fc41 |
You can contact the maintainers of this package via email at
python-sklearn-genetic-opt dash maintainers at fedoraproject dot org.