rsteca / sklearn-deap

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

adds best_score_ and best_params_ properties back #36

Closed ClimbsRocks closed 6 years ago

ClimbsRocks commented 6 years ago

not sure how these got removed, but now they're being set, for consistency with the sklearn api.

ClimbsRocks commented 6 years ago

this should fix https://github.com/rsteca/sklearn-deap/issues/35