rsteca / sklearn-deap

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

an anonymous function which helps to adapt to newer version of scikit-learn #58

Closed dongchirua closed 5 years ago

dongchirua commented 5 years ago

I have reported this bug from https://github.com/rsteca/sklearn-deap/issues/57

The reason is the newer version of scikit-learn introduces a new abstract function.

rsteca commented 5 years ago

Cool, thanks for the pull request. Is it ready for merge?

dongchirua commented 5 years ago

@rsteca yeah I think so, I have tested it. please approve :D

jarlva commented 5 years ago

Having the same issue - Can't instantiate abstract class EvolutionaryAlgorithmSearchCV with abstract methods _run_search

Using scikit 0.20 Can someone please help?