rsteca / sklearn-deap

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

AttributeError: 'EvolutionaryAlgorithmSearchCV' object has no attribute 'best_score_' #35

Closed ClimbsRocks closed 7 years ago

ClimbsRocks commented 7 years ago

judging by the test.ipynb notebook, it used to exist, but it doesn't any longer. you can try running that notebook yourself, and you'll verify. i'm not sure when it got deleted, but hopefully it should be pretty easy to add back in. it's difficult to use this project as a drop-in replacement for sklearn until bestscore exists.