Releases: IBM/lale
Releases · IBM/lale
0.6.9
- rasl fixes
- a fix for autoai_ts_libs
- a change to Hyperopt's fit to accept a validation dataset.
0.6.8
- Batching can handle an iterable or data loader without knowing n_batches.
- XGBoost 1.6
- pretty_print lists a list of external modules in
wrap_imported_operators.
0.6.7
- Batching changes to use task graphs
- Removed autoai_ts_libs operators
- BatchedTreeEnsemble estimators from SnapML
- New rasl operators such as BatchedBaggingClassifier and HashingEncoder
- Spilling in task graphs
0.6.6
- Bug fixes
- Improved interface for Monoids
- Spilling in task graphs
- multi-column index in SparkWithIndex
0.6.5
0.5.11
New release that delivers the string_indexer fix for 0.5.x.
0.6.4
Added a new operator lale.lib.autoai_libs.ColumnSelector.
0.6.3
Release with correct schema updates for xgboost 1.5.1.
0.6.2
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
- New RASL operators: MinMaxScaler, OrdinalEncoder and OneHotEncoder
- Fixes and changes for autoai-ts-libs
- Scikit-learn compatibility by creating a
stepsproperty on lale pipelines and a mechanism to forward attribute access.