Skip to content

Releases: microsoft/FLAML

v0.3.0

08 Apr 17:02
97a7c11
Compare
Choose a tag to compare
  • Search space improvement
  • Separation of initial points and low cost partial config in HPO input

v0.2.9

19 Mar 17:07
ae5f8e5
Compare
Choose a tag to compare

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

v0.2.8

06 Mar 18:44
840e3fc
Compare
Choose a tag to compare

perf improvement for parallel tuning and bug fix

v0.2.6

28 Feb 20:50
7bd231e
Compare
Choose a tag to compare

added support for nested search space
added experimental support for nni
minor bug fix

v0.2.4

17 Feb 23:32
2d3bd84
Compare
Choose a tag to compare

make sample_weight right for ensemble; reduced dependency

v0.2.3

10 Feb 00:38
Compare
Choose a tag to compare

minor bug fix for rf

v0.2.2

06 Feb 07:58
Compare
Choose a tag to compare

Enhanced algorithms and implementations of hyperparameter tuning with support for parallel tuning and ray tune;
Support keyword arguments like sample_weight;
Enable mlflow logging.

v0.1.3

15 Dec 16:19
cb5ce4e
Compare
Choose a tag to compare

Set default logging level to INFO

v0.1.2

15 Dec 12:55
bea2ba8
Compare
Choose a tag to compare

Hyperparameter + sample size: Cost Frugal Optimization (CFO) + Estimated Cost of Improvement (ECI)
Learner selection: ECI
Resampling strategy: threshold rule

v0.1.0

04 Dec 17:44
Compare
Choose a tag to compare

First release of FLAML.

Hyperparameter + sample size: Cost Frugal Optimization (CFO) + Estimated Cost of Improvement (ECI)
Learner selection: ECI
Resampling strategy: threshold rule