Fabien Hertschuh
d47cc695cd
Consistently import all estimator symbols via tensorflow_estimator
as opposed to using tensorflow.estimator
for some symbols.
...
PiperOrigin-RevId: 443417581
2022-04-21 10:36:59 -07:00
Fabien Hertschuh
5493a3baf0
Explicitly import estimator from tensorflow as a separate import instead of
...
accessing it via tf.estimator and depend on the tensorflow estimator target.
PiperOrigin-RevId: 438419860
2022-03-30 16:05:01 -07:00
Fabien Hertschuh
fc2c15ab21
Explicitly import estimator from tensorflow as a separate import instead of
...
accessing it via tf.estimator and depend on the tensorflow estimator target.
PiperOrigin-RevId: 437818180
2022-03-28 12:00:58 -07:00
Michael Reneer
69d84d1892
Add TensorFlow Privacy BUILD and WORKSPACE files.
...
PiperOrigin-RevId: 429141704
2022-02-16 23:30:06 +00:00
Michael Reneer
943ef91ee9
Format TensorFlow Privacy files.
...
PiperOrigin-RevId: 424923635
2022-01-28 11:57:24 -08:00
Michael Reneer
7396ad62da
Update TensorFlow Privacy to use Python 3 super()
.
...
PiperOrigin-RevId: 424916118
2022-01-28 11:26:34 -08:00
Michael Reneer
b0803999ad
Add license and missing build targets to __init__.py
files in TensorFlow Privacy.
...
* Added license.
* Removed `.../membership_inference_attack/codelabs/__init__.py`, this code does not look like it needs to be part of the Python package.
* Removed `.../research/pate_2017/__init__.py`, this code does not look like it needs to be part of the Python package.
PiperOrigin-RevId: 424682641
2022-01-27 12:40:23 -08:00
Michael Reneer
a749ce4e30
Remove TensorFlow Privacy __future__
imports.
...
Note: Exclude changes to the research directory.
PiperOrigin-RevId: 424650953
2022-01-27 10:37:22 -08:00
Steve Chien
41530f4426
More docstring updates in preparation for api docs generation.
...
PiperOrigin-RevId: 368667796
2021-04-15 10:31:04 -07:00
Steve Chien
edd9c44269
Add __init__.py files for estimators.
...
PiperOrigin-RevId: 368148645
2021-04-12 22:17:08 -07:00
Steve Chien
121982deb1
Add explicit package names to class __doc__ strings for DNNClassifier classes.
...
PiperOrigin-RevId: 367512322
2021-04-08 14:52:20 -07:00
Steve Chien
c53a96184b
Internal change.
...
PiperOrigin-RevId: 367484243
2021-04-08 12:32:21 -07:00
Steve Chien
d703168de2
Add TF1-compatible version of DP canned estimators, and some small cleanup..
...
PiperOrigin-RevId: 335954269
2020-10-07 14:31:53 -07:00
Steve Chien
a69b013390
Add head for multi-label estimators in TF estimator framework.
...
PiperOrigin-RevId: 327048185
2020-08-17 10:28:45 -07:00
Steve Chien
d72e3400b7
Add DP-enabled version of DNNClassifier.
...
PiperOrigin-RevId: 326482309
2020-08-13 11:03:46 -07:00
Steve Chien
99afaed68e
Refactor of common functions in binary and multiclass heads.
...
PiperOrigin-RevId: 325957037
2020-08-10 22:30:24 -07:00
Steve Chien
3a641e077e
Add DP-enabled binary-class head and multi-class heads for Estimator.
...
PiperOrigin-RevId: 325921076
2020-08-10 17:19:54 -07:00