- 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 #597
- support latest xgboost version by @sonichi in #599
- Fix automl settings in scikit-learn pipeline integration example by @ZviBaratz in #602
- update got version by @sonichi in #607
- min eci depends on cost_attr; cost_attr in ls by @sonichi in #612
- Replaced !pip calls with %pip magic command by @ZviBaratz in #604
- cath URLError by @sonichi in #613
- Updated pre-commit hooks by @ZviBaratz in #609
- Py36 by @sonichi in #614
- Allow custom GroupKFold object as split_type by @sonichi in #616
- Typo fix by @ZviBaratz in #618
- use relative url in doc by @sonichi in #620
- This PR will solve issue, code example format in the doc #622 by @31Sanskrati in #623
- fix ner bug; refactor post processing of TransformersEstimator prediction by @liususan091219 in #615
- isinstance(x, int) -> isinstance(x, (int, np.integer)) by @liususan091219 in #627
- Allow FLAML_sample_size in starting_points by @qingyun-wu in #619
- disable max_len for ner by @liususan091219 in #629
- fix #630 by @adi611 in #631
New Contributors
- @ZviBaratz made their first contribution in #602
- @31Sanskrati made their first contribution in #623
- @adi611 made their first contribution in #631
Full Changelog: v1.0.7...v1.0.8