rsteca / sklearn-deap

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

Fix error on _check_param_grid #77

Closed andrerodrig closed 1 year ago

andrerodrig commented 1 year ago

Fix the error on the lib import caused by the deprecated function _check_param_grid, excluded in some previous versions.