Sklearn-genetic-opt icon indicating copy to clipboard operation
Sklearn-genetic-opt copied to clipboard

ML hyperparameters tuning and features selection, using evolutionary algorithms.

Results 8 Sklearn-genetic-opt issues
Sort by recently updated
recently updated
newest added

I open this issue for newcomers who would like to contribute to an open-source project The idea is to improve the current docs and add more examples using the library,...

documentation
help wanted
good first issue
up-for-grabs

**System information** OS Platform and Distribution: Windows 10 Sklearn-genetic-opt version: 0.9.0 Scikit-learn version: 1.0.2 Python version: 3.7.9 **Describe the bug** Passing tuples as hyperparameters causes the simulation to crash at...

bug

I think I might have a solution for MLflow finally. I've been working with docker quite a bit lately so I think this might work. Tell me what you think.

**Is your feature request related to a problem? Please describe.** Currently there are not unit tests to the integration with MLflow **Describe the solution you'd expect** Create the file in...

enhancement
help wanted
up-for-grabs

I have the following suggestions: - "or a pipeline containing on of those" to "or a pipeline containing one of those" - "hyperparameters were fitted in this generation" to "individuals...

It would be nice to enable saving and loading models checkpoints, this could help to control training the model in different sessions in case is a large model, as well...

help wanted
new feature
up-for-grabs

**What the problem is**: In the current implementation of GASearchCV, I find it cumbersome to manually define a wide range of parameters and potential values for optimization without guidance on...

new feature