Releases: IBM/lale
Releases · IBM/lale
0.7.6
0.7.5
0.7.4
0.7.3
- Test-suite improvements such as adding sphinx build
- Documentation improvements: fixed all sphinx warnings
- New operators: TargetEncoder and fairSMOTE
- Bug fixes and support of new schema features such as "transient":"alwaysPrint" to always print a hyperparameter value in pretty_print even if it has default value.
0.7.2
CI and RASL fixes.
0.7.1
0.7.0
- Improves support for partial_fit
- Improves the pretty printer
- Improves support for typed users
- Adds lale.lib.sklearn.perceptron (wrapping sklearn.linear_model.Perceptron)
- RASL (experimental):
- Removes support for Spark Dataframes that don't have an index
- Moves HashingEncoder to category_encoders and improved documentation
0.6.19
Updated version of aif360 during installation.
0.6.16
0.6.17
- fit_transform for lale operators
- partial_fit for xgboost and lightgbm
- Minor fixes and updates to README.