You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating synthetic data, we consider the metadata order as the source of ground truth for the column names.
However, because of this line in the BaseMultiTableSynthesizer, we use the original column order of the real data currently:
The text was updated successfully, but these errors were encountered:
R-Palazzo
added
bug
Something isn't working
new
Automatic label applied to new issues
and removed
new
Automatic label applied to new issues
labels
Nov 6, 2024
Environment Details
Error Description
When generating synthetic data, we consider the metadata order as the source of ground truth for the column names.
However, because of this line in the BaseMultiTableSynthesizer, we use the original column order of the real data currently:
SDV/sdv/multi_table/base.py
Lines 526 to 529 in 315266f
This creates inconsistency between the single-table and multi-table behaviors
Steps to reproduce
Here is a code for HMA
The printed output is:

While using GaussianCopula:
The printed output is:

The text was updated successfully, but these errors were encountered: