Flaml

Latest version: v2.3.4

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

Scan your dependencies

Page 11 of 13

0.6.0

In this release, we added support for time series forecasting task and NLP model fine tuning. Also, we have made a large number of feature & performance improvements.

- data split by 'time' for time-ordered data, and by 'group' for grouped data.
- support parallel trials and random search in `AutoML.fit()` API.
- support warm-start in `AutoML.fit()` by using previously found start points.
- support constraints on training/prediction time per model.
- new optimization metric: ROC_AUC for multi-class classification, MAPE for time series forecasting.
- utility functions for getting normalized confusion matrices and multi-class ROC or precision-recall curves.
- automatically retrain models after search by default; options to disable retraining or enforce time limit.
- CFO supports hierarchical search space and uses points_to_evaluate more effectively.
- variation of CFO optimized for unordered categorical hps.
- BlendSearch improved for better performance in parallel setting.
- memory overhead optimization.
- search space improvements for random forest and lightgbm.
- make stacking ensemble work for categorical features.
- python 3.9 support.
- experimental support for automated fine-tuning of transformer models from huggingface.
- experimental support for time series forecasting.
- warnings to suggest increasing time budget, and warning to inform users there is no performance improvement for a long time.

Minor updates
- make log file name optional.
- notebook for time series forecasting.
- notebook for using AutoML in sklearn pipeline.
- bug fix when training_function returns a value.
- support fixed random seeds to improve reproducibility.
- code coverage improvement.
- exclusive upper bounds for hyperparameter type randint and lograndint.
- experimental features in BlendSearch.
- documentation improvement.
- bug fixes for multiple logged metrics in cv.
- adjust epsilon when time per trial is very fast.

Contributors
- sonichi
- qingyun-wu
- int-chaos
- liususan091219
- Yard1
- bnriiitb
- su2umaru
- eduardobull
- sek788432
- ekzhu
- anshumandutt
- yue-msr
- sadtaf
- fzanartu
- dsbyprateekg
- hanhanwu
- PardeepRassani
- gianpDomiziani
- stepthom
- anhnht3
- zzheng93
- flippercy
- luizhemelo
- nabalamu
- lostmygithubaccount
- suryajayaraman

0.5.0

Major update:
* Online automl. For example, we support tuning online machine learning library vowpal wabbit.

Minor updates:
* log best model in mlflow
* utility functions to produce normalized confusion matrix and roc or precision-recall curves for each class in multi-class tasks

0.4.0

Support for general config constraints and metric constraints in hyperparameter tuning

0.3.5

* micro/macro f1 metrics added for multi-classification
* simple preprocessing of datetime columns
* support lightgbm with customized objective
* bug fix in FLOW^2

0.3.0

* Search space improvement
* Separation of initial points and low cost partial config in HPO input

0.2.9

A number of new features and improvements:
* pickle the AutoML object
* get best model per estimator
* bug fix
* add verbose argument in AutoML.fit()
* nni support
* stateless HPO API

Page 11 of 13

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.