Skip to content

Releases: microsoft/FLAML

v0.9.0

07 Dec 02:47
dd60dbc
Compare
Choose a tag to compare
  1. Revise flaml.tune API
  • Add a “scheduler” argument (a user can choose from “flaml”, “asha” or a customized scheduler)
  • Rename "prune_attr" to "resource_attr"
  • Rename “training_function” to “evaluation_function”
  • Remove the “report_intermediate_result” argument (covered by “scheduler” instead)
  • Add tests for the supported schedulers
  • Re-run notebooks that use schedulers
  1. Add save_best_config() to save best config in a json file

What's Changed

Full Changelog: v0.8.2...v0.9.0

v0.8.2

04 Dec 03:39
54d303a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

28 Nov 19:29
1545d5a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

23 Nov 19:53
fd136b0
Compare
Choose a tag to compare

In this release, we add two nlp tasks: sequence classification and sequence regression to flaml.AutoML, using transformer-based neural networks. Previously the nlp module was detached from flaml.AutoML with a separate API. We redesigned the API such that the nlp tasks can be accessed from the same API as other tasks, and adding more nlp tasks in future would be easy. Thanks for the hard work @liususan091219 !

We've also continued to make more performance & feature improvements. Examples:

  • We added a variation of XGBoost search space which uses limited max_depth. It includes the default configuration from XGBoost library. The new search space leads to significantly better performance for some regression datasets.
  • We allow arguments for flaml.AutoML to be passed to the constructor. This enables multioutput regression by combining sklearn's MultioutputRegressor and flaml's AutoML.
  • We made more memory optimization, while allowing users to keep the best model per estimator in memory through the "model_history" option.

What's Changed

Full Changelog: v0.7.1...v0.8.0

v0.7.1

08 Nov 21:50
3f09c69
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

04 Nov 02:14
549a0df
Compare
Choose a tag to compare

New feature: multivariate time series forecasting.

What's Changed

  • Fix exception in CFO's _create_condition if all candidate start points didn't return yet by @Yard1 in #263
  • Integrate multivariate time series forecasting by @int-chaos in #254
  • Update Dockerfile by @wuchihsu in #269
  • limit time and memory consumption by @sonichi in #264

New Contributors

Full Changelog: v0.6.9...v0.7.0

v0.6.9

20 Oct 05:02
94a81a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.8...v0.6.9

v0.6.8

18 Oct 04:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.7...v0.6.8

v0.6.7

11 Oct 06:28
ddc1a63
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.7

v0.6.6

09 Oct 01:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.6