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
save
load
HMASynthesizer
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')
The text was updated successfully, but these errors were encountered:
amontanez24
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: