Skip to content

1.7.2

Latest
Compare
Choose a tag to compare
@snowflake-connectors-app snowflake-connectors-app released this 21 Nov 19:10
7bc5f40

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
    in ModelVersion.create_service() set to True by default.