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

TVAESynthesizer.__init__() got an unexpected keyword argument 'verbose' #2040

Closed
limhasic opened this issue May 30, 2024 · 1 comment
Closed
Labels
resolution:WAI The software is working as intended

Comments

@limhasic
Copy link

Environment Details

  • SDV version: 1.13.1
  • Python version: 3.10.12
  • Operating System: ubuntu 22.04

from sdv.single_table import TVAESynthesizer
synthesizer = TVAESynthesizer(
metadata, # required
enforce_min_max_values=True,
enforce_rounding=False,
epochs=100000,
verbose=True
)

synthesizer.fit(data)

even

from sdv.single_table.ctgan import TVAESynthesizer
synthesizer = TVAESynthesizer(
metadata, # required
enforce_min_max_values=True,
enforce_rounding=False,
epochs=100000,
verbose=True
)

synthesizer.fit(data)

TVAESynthesizer.init() got an unexpected keyword argument 'verbose'

@limhasic limhasic added bug Something isn't working new Automatic label applied to new issues labels May 30, 2024
@srinify
Copy link
Contributor

srinify commented May 30, 2024

Hi there @limhasic this feature (#2014 (comment)) hasn't made its way into an SDV release yet!

The feature itself was merged on May 17th and the last release (1.13.1) happened on May 16th.

@srinify srinify closed this as completed May 30, 2024
@srinify srinify added resolution:WAI The software is working as intended and removed bug Something isn't working new Automatic label applied to new issues labels May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution:WAI The software is working as intended
Projects
None yet
Development

No branches or pull requests

2 participants