Releases: IBM/lale
Lale 0.3.13
Minor fixes.
Lale 0.3.12
This release adds operator lale.lib.autoai_libs.TNoOp.
0.3.11
Schema changes to remove hyper-parameter constraints which do not raise any errors from scikit-learn.
0.3.10
This release contains schema changes for some lale.lib.sklearn operators.
Lale 0.3.9
This release contains some improvements to pretty-printing and error messages.
0.3.8
Bug fixes and documentation improvements. Addition of BaselineClassifier and BaselineRegressor.
0.3.7
Bug fixes from the previous release.
0.3.6
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
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
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.