Andres Algaba
Andres Algaba
Hi everyone! First of all, thanks for all the work on this fantastic library and the Synthetic Data Vault in general :). I believe I found a minor bug in...
This PR is a proposal for issue #179. A previous PR #181 was created but closed; I am unsure why. It requires adding the ``tqdm`` module to the imports; not...
Hi everyone, this PR fixes issues #169 and #235 which report bugs concerning the sampling from the conditional generator after training, i.e., the ``sample`` method of ``CTGAN``. The details of...
Hi everyone! I have a question/problem regarding the conditional sampling in the ```sample``` method of the ```CTGANSynthesizer``` using the ```condition_column``` and ```condition_value``` arguments. For example, derived from the Usage Example...
This PR fixes #233.
This PR fixes issue #246.
### Environment Details Please indicate the following details about the environment in which you found the bug: * CTGAN version: master branch * Python version: 3.9 * Operating System: Windows...
Fixes issue #574.
This fixes Issue #570.
### Problem Description There is some randomness in fitting the ``ClusterBasedNormalizer``. This also causes reproducibility issues in the other sdv libraries, e.g., https://github.com/sdv-dev/CTGAN/issues/213. ### Expected behavior The ``BayesianGaussianMixture`` used to...