Skip to content

Releases: microsoft/FLAML

v1.0.10

16 Aug 03:17
8b3c6e4
Compare
Choose a tag to compare

This release contains several new features to highlight:

  • A major new feature is to support multiple time series in one dataset with a new task named "ts_forecast_panel" and a neural network estimator from pytorch-forecast.
  • Allow disabling shuffle for custom splitter.
  • Allow explicit specification of whether the choices of a hp have an inherent order.
  • Allow skipping data transformation to avoid overhead.
  • Support AzureML pipeline tuning.
  • Allow log file name to be specified in tune.run and perform logging when ray is used.

There are other improvements for the transformer estimator and bug fixes for config constraints.

What's Changed

New Contributors

Full Changelog: v1.0.9...v1.0.10

v1.0.9

31 Jul 20:22
74e6026
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.0.8...v1.0.9

v1.0.8

10 Jul 17:42
59bd3c1
Compare
Choose a tag to compare
  • 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

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7

17 Jun 01:17
1b40b4b
Compare
Choose a tag to compare
  • 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

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

09 Jun 18:27
0642b6e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

07 Jun 01:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

02 Jun 20:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

31 May 14:02
Compare
Choose a tag to compare

Data files needed for zero-shot AutoML are included in this release.
When no search budget is given via time_budget/max_iter, zero-shot automl is used automatically.

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

20 May 03:36
992ea34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

24 Apr 14:46
a1c49ca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1