Skip to content

Releases: IBM/lale

0.6.6

02 Mar 16:35
17400c4
Compare
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
Compare
Choose a tag to compare
  1. Fixes a regression (33d8972)
  2. New lale.lib.rasl operators.

0.5.11

02 Feb 14:33
bc43d63
Compare
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
Compare
Choose a tag to compare

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

0.6.3

26 Jan 10:36
fdc7c97
Compare
Choose a tag to compare

Release with correct schema updates for xgboost 1.5.1.

0.6.2

25 Jan 01:43
f4a7a7a
Compare
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
Compare
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.

0.5.10

18 Jan 21:31
93e82cc
Compare
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.

0.5.9

06 Dec 17:40
b9e25ed
Compare
Choose a tag to compare

Simplified combined fairness and predictive accuracy metrics to use a linear combination.

0.5.8

03 Dec 19:06
0e318a6
Compare
Choose a tag to compare
  • schema changes for autoai_ts_libs.
  • partial_fit for a pipeline.
  • diff of pipelines.
  • some fixes and other changes.
  • fixes for autoai_ts_libs.