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 reproducibility when fitting a synthesizer #2022

Open
srinify opened this issue May 21, 2024 · 0 comments
Open

Add reproducibility when fitting a synthesizer #2022

srinify opened this issue May 21, 2024 · 0 comments
Labels
feature: modeling Related to training the model itself feature request Request for a new feature

Comments

@srinify
Copy link
Contributor

srinify commented May 21, 2024

Problem Description

I want to improve my ability to evaluate synthesizers with different parameters, in different environments, and against each other.

Expected behavior

As a user, I'd like the Synthesizer models to be fit in the same way so I can generate the same synthetic data every time.

Potential API

There are situations when you want a slightly different model to be trained. So reproducibility may be something we try to incorporate with a parameter:

synthesizer.fit(original_data, random_state=1)

Additional context

Originally raised here: sdv-dev/CTGAN#380 (comment)

@srinify srinify added feature request Request for a new feature feature: modeling Related to training the model itself labels May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: modeling Related to training the model itself feature request Request for a new feature
Projects
None yet
Development

No branches or pull requests

1 participant