rsteca / sklearn-deap

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

Fix bug related newer versions of scikit-learn #62

Closed dongchirua closed 5 years ago

dongchirua commented 5 years ago

newer versions of scikit-learn don't have fit_params in its init function hence this commit manages to fix it

jonringer commented 5 years ago

fixes #65

rsteca commented 5 years ago

@dongchirua thanks!