We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GMM
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:
.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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)The text was updated successfully, but these errors were encountered: