Releases: snowflakedb/snowflake-ml-python
Releases · snowflakedb/snowflake-ml-python
[0.3.2] Release
- 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
- Adopt to the behavior change release to support python 3.9, 3.10
- Add KbinsDiscretizer to release
- Registry Standardlize registry APIs
[0.3.0] Model Registry Refresh
- Save and deploy sklearn and xgboost models in model registry.
- Model can be referenced using model name and version as opposed to opaque id.
- Bug fixes in modeling and telemetry.