Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

v0.7

Compare
Choose a tag to compare
@holgern holgern released this 29 Jan 19:01
· 410 commits to master since this release
bfbad53

Version 0.7

New features

  • Models queue has now a customizable size (model_queue_size).
  • Add log-uniform prior to Integer space
  • Support for plotting categorical dimensions

Bug fixes

  • Allow BayesSearchCV to work with sklearn 0.21
  • Reduce the amount of deprecation warnings in unit tests

Maintenance

  • joblib instead of sklearn.externals.joblib
  • Improve travis CI unit tests (Different sklearn version are checked)
  • Added versioneer support, to keep things simple and to fix pypi deploy