Skip to content

Commit

Permalink
Version 0.7.4:
Browse files Browse the repository at this point in the history
* Add support for scikit-learn 1.2.0
* Add a monoidal version of TargetEncoder
* Simplify import_from_sklearn_pipeline and improve how it works with higher order operators
* Fix spark schema inspection so it uses only metadata
* Refactor schemas in autoai_libs

Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
  • Loading branch information
shinnar committed Feb 3, 2023
1 parent 104e19d commit 6e3cbad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/demo_dynamic_schemas.ipynb
Expand Up @@ -710,4 +710,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
2 changes: 1 addition & 1 deletion lale/__init__.py
Expand Up @@ -14,7 +14,7 @@

import sys

__version__ = "0.7.3"
__version__ = "0.7.4"

try:
# This variable is injected in the __builtins__ by the build
Expand Down

0 comments on commit 6e3cbad

Please sign in to comment.