MigrateSDV
synthesizer to Use Unified Metadata
Instead of Legacy SingleTableMetadata
#359
Labels
internal
The issue doesn't change the API or functionality
maintenance
Tasks related to infrastructure & dependencies
Problem Description
When running the
benchmark_single_table
aFutureWarning
is being raised for theSDV
synthesizers:Expected behavior
The
Synthesizers
should use the new unifiedMetadata
object instead of theSingleTableMetadata
orMultiTableMetadata
.Additional context
Modify the current logic in
BaselineSynthesizer.get_trained_synthesizer
to useMetadata
instead ofSingleTable
orMultiTable
.The text was updated successfully, but these errors were encountered: