Skip to content

Releases: microsoft/FLAML

v1.2.4

23 May 04:40
e463146
Compare
Choose a tag to compare

This release contains:

Breaking change:

  • cache_path is renamed into cache_path_root in set_cache.

Thanks to code reviewers @skzhang1 @jtongxin @pcdeadeasy @ZviBaratz @LittleLittleCloud @Borda , and to @liususan091219 @thinkall for fixing test error.

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.2.4

v1.2.3

05 May 20:02
b3fba97
Compare
Choose a tag to compare

This release contains a number of updates in autogen and automl.

  • We added more utilities and documentation improvement to flaml.oai such as logging, templating and using multiple configs to make developing and experimentation with OpenAI models more convenient. (thanks to @afourney @victordibia @torronen @ekzhu )
  • We added an experimental coding agent based on GPT-4. (thanks to @BeibinLi @qingyun-wu @skzhang1 )
  • We added options to disable the default mlflow logging in automl. (thanks to @garar)
  • We make better use of parallelism in auto-scale spark cluster for automl and tune. (thanks to @thinkall )

Thanks to @royninja @luckyklyist @Borda @qingyun-wu @thinkall @liususan091219 for other bug fixes, documentation improvement, and engineering improvement. Thanks to @victordibia @skzhang1 @kevin666aa @jtongxin @levscaut for code reviews.

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

25 Apr 03:30
fa5ccea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

17 Apr 17:20
d4070e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

08 Apr 18:18
82f0a43
Compare
Choose a tag to compare

This is a major release with many new features.

Highlights

  • autogen subpackage in preview: text generation optimization, including support for ChatGPT and GPT-4.
  • Spark dataframe and SynapseML support in preview.
  • Holt-Winters exponential smoothing for time series forecasting.
  • Task class abstraction for easier task-specific development.

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.2.0

v1.1.3

27 Feb 23:08
a3e368d
Compare
Choose a tag to compare

This version contains multiple updates, including support of Azure OpenAI APIs, user-defined meta features in zero-shot AutoML, and time monitoring for spark jobs. Thanks to all the contributors!

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

06 Feb 05:23
63d350d
Compare
Choose a tag to compare

News

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

08 Jan 06:59
75e3454
Compare
Choose a tag to compare

What's Changed

  • create dir for log file name by @sonichi in #867
  • Do not persist entire AutoMLState in Searcher by @Yard1 in #870
  • fix #871: call check_spark only when necessary by @thinkall in #872
  • notebook test; spark warning message; reproducibility bug; sequential tuning stop condition by @sonichi in #869

Full Changelog: v1.1.0...v1.1.1

v1.1.0

30 Dec 00:25
b78d0b5
Compare
Choose a tag to compare

Highlights

  • Spark is now supported as a new parallel tuning backend.
  • New tuning capability: targeted tuning with multiple lexicographic objectives. Check out documentation and an example for this new tuning capability.
  • New metrics: roc_auc_weighted, roc_auc_ovr_weighted, roc_auc_ovo_weighted.
  • New reproducible learner selection method when time_budget is not specified.
  • AutoML-related functionaility is moved into a new automl subpackage.

Thanks to all contributors who contributed to this release!

What's Changed

New Contributors

Full Changelog: v1.0.14...v1.1.0

v1.0.14

16 Nov 00:40
5eb9927
Compare
Choose a tag to compare

Highlights

  • Preparing alpha release of multi-objective hyperparameter tuning with lexicographic preference.
  • Fixed issues related to zero-shot automl.
  • Multiple improvements to documentation.

What's Changed

New Contributors

Full Changelog: v1.0.13...v1.0.14