Skip to content

Releases: IBM/lale

Lale 0.3.13

11 May 15:01
5ce0e8f
Compare
Choose a tag to compare

Minor fixes.

Lale 0.3.12

06 May 18:52
ddeb2dd
Compare
Choose a tag to compare

This release adds operator lale.lib.autoai_libs.TNoOp.

0.3.11

30 Apr 21:14
Compare
Choose a tag to compare

Schema changes to remove hyper-parameter constraints which do not raise any errors from scikit-learn.

0.3.10

29 Apr 12:06
bf6f0d5
Compare
Choose a tag to compare

This release contains schema changes for some lale.lib.sklearn operators.

Lale 0.3.9

28 Apr 17:42
49a94d9
Compare
Choose a tag to compare

This release contains some improvements to pretty-printing and error messages.

0.3.8

28 Apr 09:21
Compare
Choose a tag to compare

Bug fixes and documentation improvements. Addition of BaselineClassifier and BaselineRegressor.

0.3.7

22 Apr 11:13
f31325f
Compare
Choose a tag to compare

Bug fixes from the previous release.

0.3.6

21 Apr 09:28
Compare
Choose a tag to compare

pretty-print bug fixes, added TopKVotingClassifier, added support for new libraries such as autoai_libs and imbalanced-learn, updated autopen schemas for documentation and more documentation enhancements.

Lale 0.3.5

30 Mar 14:30
dddecc2
Compare
Choose a tag to compare

Besides the capabilities from v0.3.4.6, this release makes it easier to use classifiers in the middle of a pipeline by supporting decision_function.

v0.3.4.6

26 Mar 21:36
Compare
Choose a tag to compare

This release includes new features such as support for lists and tuples for nested higher order operators, schema validation changes to expect separate schemas for transform and predict and to allow more flexible schemas ('laleType':'any'), documentation updates and ability to generate
doc strings from schemas, fixes and updates to dependencies, fixes and updates to import and export from and to scikit-learn pipelines. It also includes bug fixes and enhancements to visualization, pretty_print, operator schemas, optimizer wrappers etc.