Skip to content

Releases: snowflakedb/snowflake-ml-python

[0.3.2] Release

23 May 20:54
cd38c89

Choose a tag to compare

  • Use cloudpickle to serialize and deserialize models between user workspace and sproc.
  • Removed dependency on joblib.
  • Modified default path in registry to also use cloudpickle for serialization and deserialization of models.

[0.3.1] Release

19 May 01:22
2a14eaf

Choose a tag to compare

  1. Adopt to the behavior change release to support python 3.9, 3.10
  2. Add KbinsDiscretizer to release
  3. Registry Standardlize registry APIs

[0.3.0] Model Registry Refresh

12 May 01:23
4044414

Choose a tag to compare

  1. Save and deploy sklearn and xgboost models in model registry.
  2. Model can be referenced using model name and version as opposed to opaque id.
  3. Bug fixes in modeling and telemetry.