Flaml

Latest version: v2.3.2

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

Scan your dependencies

Page 6 of 12

1.0.9

Highlight
* Add the feature names and importance in AutoML
* Update NLP search space and fix several bugs in NLP tasks
* Respect kwargs in AutoML.predict()

What's Changed
* Feature names and importances by sonichi in https://github.com/microsoft/FLAML/pull/621
* fix NER roberta bug by liususan091219 in https://github.com/microsoft/FLAML/pull/632
* updating search space by liususan091219 in https://github.com/microsoft/FLAML/pull/633
* Bump terser from 5.10.0 to 5.14.2 in /website by dependabot in https://github.com/microsoft/FLAML/pull/642
* This PR fixes the frequent NLP bugs in the other PRs by liususan091219 in https://github.com/microsoft/FLAML/pull/647
* added "**kwargs" to "predict" by zzheng93 in https://github.com/microsoft/FLAML/pull/641
* Fix alerts by skzhang1 in https://github.com/microsoft/FLAML/pull/644
* Update .NET documentation by luisquintanilla in https://github.com/microsoft/FLAML/pull/643
* Fix HPO evaluation bug by liususan091219 in https://github.com/microsoft/FLAML/pull/645

New Contributors
* dependabot made their first contribution in https://github.com/microsoft/FLAML/pull/642
* zzheng93 made their first contribution in https://github.com/microsoft/FLAML/pull/641
* luisquintanilla made their first contribution in https://github.com/microsoft/FLAML/pull/643

**Full Changelog**: https://github.com/microsoft/FLAML/compare/v1.0.8...v1.0.9

1.0.8

* 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

1.0.7

* Add support of Python 3.10.
* Enable ensemble when using ray.
* Enable nested tuning runs.
* Made BlendSearch reproducible when constructed outside tune.run().
* Fix resource limit issue in some macos version.
* Bug fix in nlp.
* Make set_search_properties() compatible with ray tune.

What's Changed
* enable ensemble when using ray by sonichi in https://github.com/microsoft/FLAML/pull/583
* update time from start when using ray by sonichi in https://github.com/microsoft/FLAML/pull/586
* Class variables, cost_attr, and reproducibility by qingyun-wu in https://github.com/microsoft/FLAML/pull/587
* backup & recover global vars for nested tune.run by sonichi in https://github.com/microsoft/FLAML/pull/584
* fixing a bug in nlp/utils.py by liususan091219 in https://github.com/microsoft/FLAML/pull/590
* fix resource limit issue by sonichi in https://github.com/microsoft/FLAML/pull/589
* Modified setup instructions by daniel-555 in https://github.com/microsoft/FLAML/pull/593
* Add python 3.10 in the CI by sonichi in https://github.com/microsoft/FLAML/pull/591
* trying to fix the indexerror for ner by liususan091219 in https://github.com/microsoft/FLAML/pull/596
* Update documentation for NLP by liususan091219 in https://github.com/microsoft/FLAML/pull/594
* set_search_properties by sonichi in https://github.com/microsoft/FLAML/pull/595

New Contributors
* daniel-555 made their first contribution in https://github.com/microsoft/FLAML/pull/593

**Full Changelog**: https://github.com/microsoft/FLAML/compare/v1.0.6...v1.0.7

1.0.6

What's Changed
* init value type match by sonichi in https://github.com/microsoft/FLAML/pull/575


**Full Changelog**: https://github.com/microsoft/FLAML/compare/v1.0.5...v1.0.6

1.0.5

What's Changed
* fixing trainable and update function, completing NOTE by liususan091219 in https://github.com/microsoft/FLAML/pull/566
* Update fit_kwargs_by_estimator example in Task-Oriented-AutoML.md by liususan091219 in https://github.com/microsoft/FLAML/pull/561
* add zeroshot notebook by sonichi in https://github.com/microsoft/FLAML/pull/569
* set holiday version <0.14 for prophet by sonichi in https://github.com/microsoft/FLAML/pull/573
* Updated doc by PrajwalBorkar in https://github.com/microsoft/FLAML/pull/572
* install openml for notebook example by sonichi in https://github.com/microsoft/FLAML/pull/574


**Full Changelog**: https://github.com/microsoft/FLAML/compare/v1.0.4...v1.0.5

1.0.4

What's Changed
* Update documentation for FAQ about how to handle imbalanced data by liususan091219 in https://github.com/microsoft/FLAML/pull/560
* update doc about scheduler exception by sonichi in https://github.com/microsoft/FLAML/pull/564
* version update by sonichi in https://github.com/microsoft/FLAML/pull/567


**Full Changelog**: https://github.com/microsoft/FLAML/compare/v1.0.3...v1.0.4

Page 6 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.