Skip to content

v0.9.1

Compare
Choose a tag to compare
@sonichi sonichi released this 17 Dec 17:27
· 568 commits to main since this release

This release contains several feature improvements and bug fixes. For example,

  • support for custom data splitter.
  • evaluation_function can receive incumbent result in local search and perform domain-specific early stopping by comparing with the incumbent result. As long as the comparison result (better or worse) is known, the evaluation can be stopped.
  • support and automate huggingface metrics.
  • use cfo in tune.run if bs is not installed.
  • fixed a bug in modifying n_estimators to satisfy constraints.
  • new documentation website.

What's Changed

New Contributors

  • @Shao-kun-Zhang made their first contribution in #339

Full Changelog: v0.9.0...v0.9.1