Skip to content

Releases: IBM/lale

0.6.16

08 Sep 20:47
4df1d03
Compare
Choose a tag to compare

Changed the version of black in setup.py compared to 0.6.15.

0.6.15

08 Sep 13:12
Compare
Choose a tag to compare
  • Add support for scikit-learn 1.1
  • Add lower and upper bound constraints for scikit-learn to help suggest recommended versions
  • Add support for newer versions of XGBoost

0.6.14

25 Aug 14:20
f407e37
Compare
Choose a tag to compare

Updated metrics to handle y as DataFrame.

0.6.13

16 Aug 10:00
74d53b4
Compare
Choose a tag to compare

Release for the KDD'22 tutorial

0.6.12

13 Aug 13:01
432532c
Compare
Choose a tag to compare

0.6.11

25 Jul 20:38
68ce8f3
Compare
Choose a tag to compare
  1. RASL: balanced accuracy, balanced_accuracy_and_di
  2. Documentation improvements
  3. lale.lib.autoai_libs.DateTransformer

0.6.10

29 Jun 14:03
f8ee9e6
Compare
Choose a tag to compare

Fixes and changes to RASL, lale.lib.aif360 and import and export from sklearn.

0.6.9

23 May 08:21
a80aa4e
Compare
Choose a tag to compare
  1. rasl fixes
  2. a fix for autoai_ts_libs
  3. a change to Hyperopt's fit to accept a validation dataset.

0.6.8

06 May 02:10
4f2be33
Compare
Choose a tag to compare
  1. Batching can handle an iterable or data loader without knowing n_batches.
  2. XGBoost 1.6
  3. pretty_print lists a list of external modules in wrap_imported_operators.

0.6.7

21 Apr 10:28
f1538e4
Compare
Choose a tag to compare
  1. Batching changes to use task graphs
  2. Removed autoai_ts_libs operators
  3. BatchedTreeEnsemble estimators from SnapML
  4. New rasl operators such as BatchedBaggingClassifier and HashingEncoder
  5. Spilling in task graphs