From 7d885640eca754720941705d870b46d6fc19d797 Mon Sep 17 00:00:00 2001 From: Christopher Choquette Choo Date: Wed, 21 Aug 2019 14:11:17 -0400 Subject: [PATCH] Refactoring bolton to bolt_on from package refactor for comments + strings. --- privacy/bolt_on/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/privacy/bolt_on/README.md b/privacy/bolt_on/README.md index 3d55977..8ac2b77 100644 --- a/privacy/bolt_on/README.md +++ b/privacy/bolt_on/README.md @@ -42,6 +42,14 @@ delta-epsilon privacy in machine learning, some of which can be explored here: https://medium.com/apache-mxnet/epsilon-differential-privacy-for-machine-learning-using-mxnet-a4270fe3865e https://arxiv.org/pdf/1811.04911.pdf +## Stability + +As we are pegged on tensorflow2.0.0, this package may encounter stability +issues in the ongoing development of this package. + +We are aware of issues in model fitting using the BoltOnModel and are actively +working towards solving these issues. + ## Contacts In addition to the maintainers of tensorflow/privacy listed in the root