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
The TabularPreset class should follow the new naming conventions.
TabularPreset
lite
single_table.py
lite/tabular.py
SingleTablePreset
GaussianCopularSynthesizer
SingleTableMetadata
__init__
from sdv.lite import SingleTablePreset synthesizer = SingleTablePreset(metadata, name='FAST_ML')
The text was updated successfully, but these errors were encountered:
amontanez24
No branches or pull requests
Problem Description
The
TabularPreset
class should follow the new naming conventions.lite
module calledsingle_table.py
lite/tabular.py
to this new fileTabularPreset
toSingleTablePreset
GaussianCopularSynthesizer
instead of the old modelSingleTableMetadata
object__init__
params so that the metadata comes firstExpected behavior
The text was updated successfully, but these errors were encountered: