v1.3.0
Summary
Adds SGDRegressor built-in model and some bugfixes.
Links
Docker Image: zamafhe/concrete-ml:v1.3.0
Docker Hub: https://hub.docker.com/r/zamafhe/concrete-ml/tags
pip: https://pypi.org/project/concrete-ml/1.3.0
Documentation: https://docs.zama.ai/concrete-ml
v1.3.0
Feature
- Add SGD regressor (
abb143c
)
Fix
- Fix shape output mismatch for KNNClassifier (
6de7c6e
)