Flaml

Latest version: v2.3.4

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 13

0.10.0

This release contains an important new feature: [zero-shot AutoML and mete learning](https://microsoft.github.io/FLAML/docs/Use-Cases/Zero-Shot-AutoML). It provides a new way of doing AutoML without tuning. You can now use the existing training API from lightgbm, xgboost etc. while getting the benefit of AutoML in choosing high-performance hyperparameter configurations per task. Recommended for everyone currently using lightgbm, xgboost or random forest, regardless of previous experience in AutoML. This feature also enables continuous improvement of AutoML from historical AutoML experiments.

Other changes can be found below.

What's Changed
* Typo on the webpage's Getting Started section by cammarb in https://github.com/microsoft/FLAML/pull/457
* Bump follow-redirects from 1.14.7 to 1.14.8 in /website by sonichi in https://github.com/microsoft/FLAML/pull/459
* Docstr update by qingyun-wu in https://github.com/microsoft/FLAML/pull/460
* update regression metrics in notebooks by sonichi in https://github.com/microsoft/FLAML/pull/454
* make AutoML.classes_ an array by sonichi in https://github.com/microsoft/FLAML/pull/467
* Bump prismjs from 1.25.0 to 1.27.0 in /website by sonichi in https://github.com/microsoft/FLAML/pull/471
* Zero-shot AutoML by sonichi in https://github.com/microsoft/FLAML/pull/468
* don't init global search with points_to_evaluate unless evaluated_rewards is provided; handle callbacks in fit kwargs by sonichi in https://github.com/microsoft/FLAML/pull/469

New Contributors
* cammarb made their first contribution in https://github.com/microsoft/FLAML/pull/457

**Full Changelog**: https://github.com/microsoft/FLAML/compare/v0.9.7...v0.10.0

0.9.7

What's Changed
* Update Task-Oriented-AutoML.md by vvijayalakshmi21 in https://github.com/microsoft/FLAML/pull/446
* Update Task-Oriented-AutoML.md by vvijayalakshmi21 in https://github.com/microsoft/FLAML/pull/447
* Update Tune-User-Defined-Function.md by vvijayalakshmi21 in https://github.com/microsoft/FLAML/pull/448
* corrected typo in example xgboost documentation by MichaelMarien in https://github.com/microsoft/FLAML/pull/449
* bump ray version to 1.10 by sonichi in https://github.com/microsoft/FLAML/pull/450
* fix a bug when using ray & update ray on aml by sonichi in https://github.com/microsoft/FLAML/pull/455

New Contributors
* vvijayalakshmi21 made their first contribution in https://github.com/microsoft/FLAML/pull/446

**Full Changelog**: https://github.com/microsoft/FLAML/compare/v0.9.6...v0.9.7

0.9.6

What's Changed
* reducing AutoConfig.from_pretrained by liususan091219 in https://github.com/microsoft/FLAML/pull/411
* Set use_ray to True for logging to databricks by liususan091219 in https://github.com/microsoft/FLAML/pull/414
* Bump nanoid from 3.1.30 to 3.2.0 in /website by sonichi in https://github.com/microsoft/FLAML/pull/420
* bump version of node-fetch to 3.1.1 in website/ by sonichi in https://github.com/microsoft/FLAML/pull/423
* Use Ray `_BackwardsCompatibleNumpyRng` if possible by Yard1 in https://github.com/microsoft/FLAML/pull/421
* remove FLAML sample size from config by sonichi in https://github.com/microsoft/FLAML/pull/418
* max_iter < 2 -> no search; sign in metric constraints; test and example for forecasting by sonichi in https://github.com/microsoft/FLAML/pull/415
* remove redundant imports by liususan091219 in https://github.com/microsoft/FLAML/pull/426
* Support time series forecasting for discrete target variable by int-chaos in https://github.com/microsoft/FLAML/pull/416
* homepage update by sonichi in https://github.com/microsoft/FLAML/pull/425
* fix a broken link in README.md by m13uz in https://github.com/microsoft/FLAML/pull/439
* adding catch for HTTP error by liususan091219 in https://github.com/microsoft/FLAML/pull/432
* Change the upper bound for "lags" hyperparameter for sklearn forecast models by int-chaos in https://github.com/microsoft/FLAML/pull/437
* Gpu support for xgboost by sonichi in https://github.com/microsoft/FLAML/pull/442
* data in csv by sonichi in https://github.com/microsoft/FLAML/pull/430
* note about preview feature by sonichi in https://github.com/microsoft/FLAML/pull/431

New Contributors
* m13uz made their first contribution in https://github.com/microsoft/FLAML/pull/439

**Full Changelog**: https://github.com/microsoft/FLAML/compare/v0.9.5...v0.9.6

0.9.5

What's Changed
* fixing load best model at the end by liususan091219 in https://github.com/microsoft/FLAML/pull/389
* Regression forecast debug by int-chaos in https://github.com/microsoft/FLAML/pull/391
* set verbose for transformers by liususan091219 in https://github.com/microsoft/FLAML/pull/392
* Logging multiple checkpoints by liususan091219 in https://github.com/microsoft/FLAML/pull/394
* postcss version update by sonichi in https://github.com/microsoft/FLAML/pull/385
* fixing default metric for regression + change verbosity for transformers by liususan091219 in https://github.com/microsoft/FLAML/pull/397
* fix issues in logging, bug in space.py, constraint sign, and improve code coverage by sonichi in https://github.com/microsoft/FLAML/pull/388
* moving intermediate_results logging from model.py to huggingface/trainer.py by liususan091219 in https://github.com/microsoft/FLAML/pull/403
* Update flaml/nlp/README.md by liususan091219 in https://github.com/microsoft/FLAML/pull/404
* Logo by qingyun-wu in https://github.com/microsoft/FLAML/pull/399
* update browser icon by qingyun-wu in https://github.com/microsoft/FLAML/pull/407
* adding logging of training loss by liususan091219 in https://github.com/microsoft/FLAML/pull/406
* Bump shelljs from 0.8.4 to 0.8.5 in /website by sonichi in https://github.com/microsoft/FLAML/pull/402
* Sklearn api x by MichaelMarien in https://github.com/microsoft/FLAML/pull/405

New Contributors
* MichaelMarien made their first contribution in https://github.com/microsoft/FLAML/pull/405

**Full Changelog**: https://github.com/microsoft/FLAML/compare/v0.9.4...v0.9.5

0.9.4

This release enables regression models for time series forecasting. It also fixes bugs in nlp tasks, such as serialization of transformer models and automatic metrics.

What's Changed
* citation file by sonichi in https://github.com/microsoft/FLAML/pull/364
* Fix several issues for nlp tasks by sonichi in https://github.com/microsoft/FLAML/pull/380
* serialize TransformerEstimator by sonichi in https://github.com/microsoft/FLAML/pull/381
* Time series forecasting with sklearn regressors by int-chaos in https://github.com/microsoft/FLAML/pull/362
* fixing auto metric bug by liususan091219 in https://github.com/microsoft/FLAML/pull/387


**Full Changelog**: https://github.com/microsoft/FLAML/compare/v0.9.3...v0.9.4

0.9.3

What's Changed
* Finish the Multiple Choice Classification by oberonbot in https://github.com/microsoft/FLAML/pull/367
* logging by sonichi in https://github.com/microsoft/FLAML/pull/371
* adding token classification by liususan091219 and siddheshshaji in https://github.com/microsoft/FLAML/pull/376

New Contributors
* oberonbot and siddheshshaji made their first contribution in https://github.com/microsoft/FLAML/pull/367

**Full Changelog**: https://github.com/microsoft/FLAML/compare/v0.9.2...v0.9.3

Page 8 of 13

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.