Releases: IBM/lale
Releases · IBM/lale
0.6.16
Changed the version of black in setup.py compared to 0.6.15.
0.6.15
0.6.14
0.6.13
Release for the KDD'22 tutorial
0.6.12
Hands-on tutorials for KDD'22: https://github.com/IBM/lale/tree/master/examples/kdd22
0.6.11
- RASL: balanced accuracy, balanced_accuracy_and_di
- Documentation improvements
- lale.lib.autoai_libs.DateTransformer
0.6.10
Fixes and changes to RASL, lale.lib.aif360 and import and export from sklearn.
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