Results 9 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...

I'm using release v0.2.5. Is it fixed at this version of the code?

okay, what workaround should I use at the moment? Import the library from your fork?

do you mean lines 218-224?

https://github.com/TZTsai/synthcity/blob/e336d3cd42516cef27ac4ad60ac0df61bd92f1a6/src/synthcity/plugins/generic/plugin_ddpm.py#L157 ```self.encoder``` also needs to be added earlier in this script ...which implies changing a few more things

Thanks. Is there any cleaner way to enable this after the most recent commits in the main? Can I use any branch in your fork?

thanks, yes, this works