rsteca / sklearn-deap

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

Fix bug related newer versions of scikit-learn #62

Closed dongchirua closed 4 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 4 years ago

fixes #65

rsteca commented 4 years ago

@dongchirua thanks!