You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.