Skip to content

Releases: microsoft/FLAML

v0.4.0

22 May 16:12
b206363
Compare
Choose a tag to compare

Support for general config constraints and metric constraints in hyperparameter tuning

v0.3.5

01 May 18:22
363197c
Compare
Choose a tag to compare
  • micro/macro f1 metrics added for multi-classification
  • simple preprocessing of datetime columns
  • support lightgbm with customized objective
  • bug fix in FLOW^2

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