Skip to content

Releases: IBM/lale

0.6.9

23 May 08:21
a80aa4e

Choose a tag to compare

  1. rasl fixes
  2. a fix for autoai_ts_libs
  3. a change to Hyperopt's fit to accept a validation dataset.

0.6.8

06 May 02:10
4f2be33

Choose a tag to compare

  1. Batching can handle an iterable or data loader without knowing n_batches.
  2. XGBoost 1.6
  3. pretty_print lists a list of external modules in wrap_imported_operators.

0.6.7

21 Apr 10:28
f1538e4

Choose a tag to compare

  1. Batching changes to use task graphs
  2. Removed autoai_ts_libs operators
  3. BatchedTreeEnsemble estimators from SnapML
  4. New rasl operators such as BatchedBaggingClassifier and HashingEncoder
  5. Spilling in task graphs

0.6.6

02 Mar 16:35
17400c4

Choose a tag to compare

  1. Bug fixes
  2. Improved interface for Monoids
  3. Spilling in task graphs
  4. multi-column index in SparkWithIndex

0.6.5

21 Feb 11:52
e932470

Choose a tag to compare

  1. Fixes a regression (33d8972)
  2. New lale.lib.rasl operators.

0.5.11

02 Feb 14:33
bc43d63

Choose a tag to compare

New release that delivers the string_indexer fix for 0.5.x.

0.6.4

27 Jan 01:27
f3532f9

Choose a tag to compare

Added a new operator lale.lib.autoai_libs.ColumnSelector.

0.6.3

26 Jan 10:36
fdc7c97

Choose a tag to compare

Release with correct schema updates for xgboost 1.5.1.

0.6.2

25 Jan 01:43
f4a7a7a

Choose a tag to compare

A version that is fully tested (almost, without static checks) on Python 3.9.
Contains minor fixes compared to the previous version.

0.6.1

18 Jan 14:13
7bd59eb

Choose a tag to compare

  1. New RASL operators: MinMaxScaler, OrdinalEncoder and OneHotEncoder
  2. Fixes and changes for autoai-ts-libs
  3. Scikit-learn compatibility by creating a steps property on lale pipelines and a mechanism to forward attribute access.