Data files needed for zero-shot AutoML are included in this release.
When no search budget is given via time_budget/max_iter, zero-shot automl is used automatically.
What's Changed
* align indent and add missing quotation by sonichi in https://github.com/microsoft/FLAML/pull/555
* solve issue 542. fix pickle.UnpickingError while blendsearch warm start by LinWencong in https://github.com/microsoft/FLAML/pull/554
* Documentation, test and bugfix by qingyun-wu in https://github.com/microsoft/FLAML/pull/556
* Removed cat_hp_cost by PrajwalBorkar in https://github.com/microsoft/FLAML/pull/559
* Update Tune-User-Defined-Function.md by sonichi in https://github.com/microsoft/FLAML/pull/562
* use zeroshot when no budget is given; custom_hp by sonichi in https://github.com/microsoft/FLAML/pull/563
* simplify warmstart in blendsearch by sonichi in https://github.com/microsoft/FLAML/pull/558
* include .json file in flaml.default package by sonichi in https://github.com/microsoft/FLAML/pull/565
New Contributors
* LinWencong made their first contribution in https://github.com/microsoft/FLAML/pull/554
* PrajwalBorkar made their first contribution in https://github.com/microsoft/FLAML/pull/559
**Full Changelog**: https://github.com/microsoft/FLAML/compare/v1.0.2...v1.0.3