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