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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
SDGym requires some refactoring. In part due to issue #212, parts of the code are currently misplaced, unused or outdated.
That should be fixed in the following parts:
_benchmark
benchmark_{modality}
MODALITIES
SingleTableBaselineSynthesizer
MultiSingleTableBaselineSynthesizer
SingleTableMetadata
MultiTableMetadata
dataset.py
SynthesizerMapping
SingleTablePreset
FastMLPreset
These should all be merged into a separate branch, which will in turn be merged to master.
The text was updated successfully, but these errors were encountered:
privbn
benchmark_single_table
UniformSynthesizer
IndependentSynthesizer
fealho
Successfully merging a pull request may close this issue.
Description
SDGym requires some refactoring. In part due to issue #212, parts of the code are currently misplaced, unused or outdated.
That should be fixed in the following parts:
_benchmark
method which allbenchmark_{modality}
methods will call (add helper methods)MODALITIES
attributeSingleTableBaselineSynthesizer
MultiSingleTableBaselineSynthesizer
SingleTableMetadata
/MultiTableMetadata
dataset.py
logic should import from SDVSynthesizerMapping
and renameSingleTablePreset
toFastMLPreset
These should all be merged into a separate branch, which will in turn be merged to master.
The text was updated successfully, but these errors were encountered: