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

Missing save and load methods for HMASynthesizer #1262

Closed
npatki opened this issue Feb 13, 2023 · 0 comments
Closed

Missing save and load methods for HMASynthesizer #1262

npatki opened this issue Feb 13, 2023 · 0 comments
Assignees
Labels
feature request Request for a new feature
Milestone

Comments

@npatki
Copy link
Contributor

npatki commented Feb 13, 2023

Version: SDV 1.0.0 (in progress)

I should be able to save an HMASynthesizer object after training it, using the same API as for any other single table synthesizer.

Currently, it seems like this method is missing.

synthesizer = HMASynthesizer(metadata)
synthesizer.fit(data)
synthesizer.save('my_synthesizer.pkl')

# future
synthesizer = HMASynthesizer.load('my_synthesizer.pkl')
@npatki npatki added the feature request Request for a new feature label Feb 13, 2023
@npatki npatki added this to the 1.0.0 milestone Feb 13, 2023
@npatki npatki changed the title Missing save method for HMASynthesizer Missing save and load methods for HMASynthesizer Feb 14, 2023
@amontanez24 amontanez24 self-assigned this Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants