rsteca / sklearn-deap

Use evolutionary algorithms instead of gridsearch in scikit-learn
MIT License
771 stars 131 forks source link

Feature Selection using evolutionary search #43

Closed FrancoisMB closed 6 years ago

FrancoisMB commented 6 years ago

Is it something that can be done ? Is it planned ?

rsteca commented 6 years ago

You can use this library in the same way that you use gridsearch. It is meant to optimize hyperparameters. Maybe you can include different feature selections as an hyperparameter and evolve it?