Skip to content
New issue

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

MigrateSDV synthesizer to Use Unified Metadata Instead of Legacy SingleTableMetadata #359

Open
pvk-developer opened this issue Nov 4, 2024 · 0 comments
Labels
internal The issue doesn't change the API or functionality maintenance Tasks related to infrastructure & dependencies

Comments

@pvk-developer
Copy link
Member

Problem Description

When running the benchmark_single_table a FutureWarning is being raised for the SDV synthesizers:

The 'SingleTableMetadata' is deprecated. Please use the new 'Metadata' class for synthesizers.

Expected behavior

The Synthesizers should use the new unified Metadata object instead of the SingleTableMetadata or MultiTableMetadata.

Additional context

Modify the current logic in BaselineSynthesizer.get_trained_synthesizer to use Metadata instead of SingleTable or MultiTable.

@pvk-developer pvk-developer added internal The issue doesn't change the API or functionality maintenance Tasks related to infrastructure & dependencies labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal The issue doesn't change the API or functionality maintenance Tasks related to infrastructure & dependencies
Projects
None yet
Development

No branches or pull requests

1 participant