1.7.2
Bug Fixes
- Model Explainability: Fix issue that explain is enabled for scikit-learn pipeline
whose task is UNKNOWN and fails later when invoked.
Behavior Changes
New Features
- Registry: Support asynchronous model inference service creation with the
block
option
inModelVersion.create_service()
set to True by default.