Results 3 comments of DM

Is DP Federated Averaging supported at the moment?

``` """Posterior inference with NUTS for Bayesian Logistic Regression. """ import numpy as np import tensorflow as tf import tensorflow_probability as tfp from tensorflow_probability import edward2 as ed import warnings...