Skip to content

Releases: microsoft/FLAML

v1.1.2

06 Feb 05:23
63d350d
Compare
Choose a tag to compare

News

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

08 Jan 06:59
75e3454
Compare
Choose a tag to compare

What's Changed

  • create dir for log file name by @sonichi in #867
  • Do not persist entire AutoMLState in Searcher by @Yard1 in #870
  • fix #871: call check_spark only when necessary by @thinkall in #872
  • notebook test; spark warning message; reproducibility bug; sequential tuning stop condition by @sonichi in #869

Full Changelog: v1.1.0...v1.1.1

v1.1.0

30 Dec 00:25
b78d0b5
Compare
Choose a tag to compare

Highlights

  • Spark is now supported as a new parallel tuning backend.
  • New tuning capability: targeted tuning with multiple lexicographic objectives. Check out documentation and an example for this new tuning capability.
  • New metrics: roc_auc_weighted, roc_auc_ovr_weighted, roc_auc_ovo_weighted.
  • New reproducible learner selection method when time_budget is not specified.
  • AutoML-related functionaility is moved into a new automl subpackage.

Thanks to all contributors who contributed to this release!

What's Changed

New Contributors

Full Changelog: v1.0.14...v1.1.0

v1.0.14

16 Nov 00:40
5eb9927
Compare
Choose a tag to compare

Highlights

  • Preparing alpha release of multi-objective hyperparameter tuning with lexicographic preference.
  • Fixed issues related to zero-shot automl.
  • Multiple improvements to documentation.

What's Changed

New Contributors

Full Changelog: v1.0.13...v1.0.14

v1.0.13

13 Oct 01:13
2ebddd6
Compare
Choose a tag to compare

Highlights

  • Logging the search_state.config directly to MLflow instead of key-dictionary pair
  • Move searcher and scheduler into tune
  • Move import location for Ray 2
  • Fix NLP dimension mismatch bug

What's Changed

New Contributors

Full Changelog: v1.0.12...v1.0.13

v1.0.12

06 Sep 13:29
87d9b35
Compare
Choose a tag to compare

Highlights

  • Fix MLFlow bug to support the case where search.state.metric_for_logging is None
  • Support customized cross-validation strategy
  • Fix SARIMAX seasonal_order parameter name in the wrapper

Thanks to all the contributors for this release!

What's Changed

New Contributors

Full Changelog: v1.0.11...v1.0.12

v1.0.11

21 Aug 01:48
dffa802
Compare
Choose a tag to compare

Highlights

  • Preserve the checkpoint when deleting AutoML objects.
  • Create no eval set when setting use_best_model to False for catboost.

What's Changed

Full Changelog: v1.0.10...v1.0.11

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