rsteca / sklearn-deap

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

.score method throws up error: "AttributeError: 'EvolutionaryAlgorithmSearchCV' object has no attribute 'multimetric_'" #73

Closed RNarayan73 closed 2 years ago

RNarayan73 commented 3 years ago

When trying to score after fitting the estimator, it throws up the error: AttributeError: 'EvolutionaryAlgorithmSearchCV' object has no attribute 'multimetric_'

RNarayan73 commented 2 years ago

Seems to have resolved itself. Perhaps was an issue with my environment!