Skip to content

1.1.2

Compare
Choose a tag to compare
@sfc-gh-anavalos sfc-gh-anavalos released this 18 Dec 19:43
35d2b4f

1.1.2

Bug Fixes

  • Generic: Fix the issue that stack trace is hidden by telemetry unexpectedly.
  • Model Development: Execute model signature inference without materializing full dataframe in memory.
  • Model Registry: Fix occasional 'snowflake-ml-python library does not exist' error when deploying to SPCS.

Behavior Changes

  • Model Registry: When calling predict with Snowpark DataFrame, both inferred or normalized column names are accepted.
  • Model Registry: When logging a Snowpark ML Modeling Model, sample input data or manually provided signature will be
    ignored since they are not necessary.

New Features

  • Model Development: SQL implementation of binary precision_score metric.