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
As a user, it would be helpful if the naming of everything in SDV was consistent and clear.
SDV
We want to rename all of the current models to synthesizers. This is the first issue in that process.
single_table
BaseSynthesizer
__init__
get_metadata()
SingleTableMetadata
get_parameters
model.get_parameters() { 'enforce_min_max_values': True, 'enforce_rounding': False, 'numerical_column_distributions': { 'age': 'beta', 'height': 'gaussian' } }
DataProcessor
The text was updated successfully, but these errors were encountered:
pvk-developer
Successfully merging a pull request may close this issue.
Problem Description
As a user, it would be helpful if the naming of everything in
SDV
was consistent and clear.We want to rename all of the current models to synthesizers. This is the first issue in that process.
Expected behavior
single_table
module in sdvBaseSynthesizer
class__init__
to this class that sets all of the required attributes for all synthesizers. These include:get_metadata()
methodSingleTableMetadata
objectget_parameters
methodAdditional context
DataProcessor
in the init as well, although that will be a private attributeThe text was updated successfully, but these errors were encountered: