rsteca / sklearn-deap

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

Added maximize parameter to CV init #51

Open craymichael opened 6 years ago

craymichael commented 6 years ago

This allows for specification of whether to maximize/minimize the scoring function specified to the CV. Resolves issue #49