Open danjscho opened 2 years ago
Describe the bug When running the GMM preprocessing, we are seeing poor correlations coming out of the trained VAE. Investigate this further.
GMM
To Reproduce Steps to reproduce the behavior:
.corr()
Expected behavior Some closer matching of correlations of between generated data and original data when using GMM preprocessing
Additional context Comparison to TVAE in CTGAN from SDV is worth utilising (https://github.com/sdv-dev/CTGAN)
TVAE
CTGAN
SDV
Describe the bug When running the
GMM
preprocessing, we are seeing poor correlations coming out of the trained VAE. Investigate this further.To Reproduce Steps to reproduce the behavior:
GMM
preprocessing.corr()
Expected behavior Some closer matching of correlations of between generated data and original data when using
GMM
preprocessingAdditional context Comparison to
TVAE
inCTGAN
fromSDV
is worth utilising (https://github.com/sdv-dev/CTGAN)