joshua-oss

Results 29 comments of joshua-oss

Unfortunately, a few of the packages we depend on still do not have M1 builds. I use an M1 MacBook, however, and smartnoise-synth works well in using 64-bit python, such...

Fixed in v0.3.0

I believe this has been fixed in a prior release. Can you check with a recent release and make sure it doesn't reproduce?

Note that we will soon reintroduce support for continuous values on the GAN-based synthesizers. However, MWEM will still support only discretized value, and we may have future synthesizers that require...

Completely missed this. Great suggestion; I have patched it in #95

That's essentially how I was thinking of the factory. For example, suppose we have `MWEMSynthesizer(Synthesizer)`, the following four lines of code should all produce the same object: ```python synth =...

This is now implemented in v0.3.0.

Thanks for flagging this. Our intention is for MWEM to only ever receive categorical columns, with the categories provided externally. The way the code is currently written, it's not actually...