Releases: rsteca/sklearn-deap
Releases · rsteca/sklearn-deap
0.3.0
- fix bug with new version of sklearn (again)
0.2.3
- fix bug with new version of sklearn
0.2.2
- Fix parallelism in windows
0.2.1
- Add again properties best_score_ and best_params_
0.2.0
- Make sklearn-deap compatible with sklearn model_selection
- Include some tests
- New function maximize
0.1.8
- Fix cross validation with score_cache
0.1.6
- now scikit-learn==0.18 can be used
0.1.4
- Fix python3 compatibility