Skip to content

Commit 6dc03f6

Browse files
DOC Adding Concrete ML in related projects (scikit-learn#27376)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
1 parent 6b60732 commit 6dc03f6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/related_projects.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,14 @@ Note scikit-learn own modern gradient boosting estimators
228228
- `Flower <https://flower.dev/>`_ A friendly federated learning framework with a
229229
unified approach that can federate any workload, any ML framework, and any programming language.
230230

231+
**Privacy Preserving Machine Learning**
232+
233+
- `Concrete ML <https://github.com/zama-ai/concrete-ml/>`_ A privacy preserving
234+
ML framework built on top of `Concrete
235+
<https://github.com/zama-ai/concrete>`_, with bindings to traditional ML
236+
frameworks, thanks to fully homomorphic encryption. APIs of so-called
237+
Concrete ML built-in models are very close to scikit-learn APIs.
238+
231239
**Broad scope**
232240

233241
- `mlxtend <https://github.com/rasbt/mlxtend>`_ Includes a number of additional

0 commit comments

Comments
 (0)