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

Add save and load methods to synthesizers #1106

Closed
amontanez24 opened this issue Nov 18, 2022 · 1 comment
Closed

Add save and load methods to synthesizers #1106

amontanez24 opened this issue Nov 18, 2022 · 1 comment
Assignees
Labels
feature request Request for a new feature
Milestone

Comments

@amontanez24
Copy link
Contributor

Problem Description

It should be possible to save and load single table, multi-table and sequential synthesizers.

Expected behavior

Functionality should be the same as in current models.

synthesizer.save('my_synthesizer.pkl')
synthesizer = CTGANSynthesizer.load(filepath='my_synthesizer.pkl')

Additional context

  • We just need to migrate the load and save methods from the old code.
@npatki
Copy link
Contributor

npatki commented Dec 1, 2022

Merged into SDV 1.0.0

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

3 participants