Releases: IBM/lale
Releases · IBM/lale
0.6.0
- Schema changes for autoai_ts_libs.
partial_fit
for a pipeline.diff
of pipelines.- Some fixes and other changes.
0.5.7
0.5.6
- RASL operator implementation such as Filter, Aggregate, GroupBy, OrderBy etc.
- Changes for ensembling experiments with lale.lib.aif360.
- Refactoring of lale.lib.aif360 and creation of a new setup target
fairness
. - Customize schemas if the environment has sklearn 1.0.
- Update of schema constraints based on the "weakest precondition" work.
- Other changes and bug fixes.
0.5.5
- Access to 2 multi-table datasets: go_sales and imdb.
- Improvement in error messages
- Support for predict_log_proba
- Bug fixes
0.5.4
- New StackingClassifier and StackingRegressor operators
- Lale operators for autoai-ts-libs
- New Join operator
- Bug fixes
0.5.3
- New datasets to lale.lib.aif360: SpeedDating, Boston housing, MEPS, Titanic, COMPAS, Teaching Assistant Evaluation, and Nursery
- Improvements in documentation and schemas
- Minor bug fixes
- New curated schemas for IsoMap and IsolationForest
0.5.2
Added an option for timeout to grid search and halving grid search. Also removed codecov from our build due to a reported security issue with codecov.
0.5.1
Fixes and more changes for sklearn compatibility.
0.5.0
Added LinearSVR, removed BaseClassifier and regressor, and added support for get_params(deep=True).
0.4.15
Support for HalvingGridSearchCV and score. Improved documentation and scikit-learn wrappers.