* Support latest xgboost version
* Reproducibility improvement for blendsearch
* Allow custom GroupKFold object as split_type
* Bug fix in token classification tasks such as NER
* Allow FLAML_sample_size in starting_points
What's Changed
* log msg about ensemble by sonichi in https://github.com/microsoft/FLAML/pull/597
* support latest xgboost version by sonichi in https://github.com/microsoft/FLAML/pull/599
* Fix automl settings in scikit-learn pipeline integration example by ZviBaratz in https://github.com/microsoft/FLAML/pull/602
* update got version by sonichi in https://github.com/microsoft/FLAML/pull/607
* min eci depends on cost_attr; cost_attr in ls by sonichi in https://github.com/microsoft/FLAML/pull/612
* Replaced !pip calls with %pip magic command by ZviBaratz in https://github.com/microsoft/FLAML/pull/604
* cath URLError by sonichi in https://github.com/microsoft/FLAML/pull/613
* Updated pre-commit hooks by ZviBaratz in https://github.com/microsoft/FLAML/pull/609
* Py36 by sonichi in https://github.com/microsoft/FLAML/pull/614
* Allow custom GroupKFold object as split_type by sonichi in https://github.com/microsoft/FLAML/pull/616
* Typo fix by ZviBaratz in https://github.com/microsoft/FLAML/pull/618
* use relative url in doc by sonichi in https://github.com/microsoft/FLAML/pull/620
* This PR will solve issue, code example format in the doc 622 by 31Sanskrati in https://github.com/microsoft/FLAML/pull/623
* fix ner bug; refactor post processing of TransformersEstimator prediction by liususan091219 in https://github.com/microsoft/FLAML/pull/615
* isinstance(x, int) -> isinstance(x, (int, np.integer)) by liususan091219 in https://github.com/microsoft/FLAML/pull/627
* Allow FLAML_sample_size in starting_points by qingyun-wu in https://github.com/microsoft/FLAML/pull/619
* disable max_len for ner by liususan091219 in https://github.com/microsoft/FLAML/pull/629
* fix 630 by adi611 in https://github.com/microsoft/FLAML/pull/631
New Contributors
* ZviBaratz made their first contribution in https://github.com/microsoft/FLAML/pull/602
* 31Sanskrati made their first contribution in https://github.com/microsoft/FLAML/pull/623
* adi611 made their first contribution in https://github.com/microsoft/FLAML/pull/631
**Full Changelog**: https://github.com/microsoft/FLAML/compare/v1.0.7...v1.0.8