You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDV version: 0.11.0
Python version: 3.6.8
Operating System: Linux
When I use the CTGAN model's sample method, I'd like to be able to set a random state so that there's repeatability with regard to the synthetic observations generated by the model.
Does the capability to set a random state like this for CTGAN models currently exist? I don't see any arguments like that in the current documentation for CTGAN's sample method.
The text was updated successfully, but these errors were encountered:
SDV version: 0.11.0
Python version: 3.6.8
Operating System: Linux
When I use the
CTGAN
model'ssample
method, I'd like to be able to set a random state so that there's repeatability with regard to the synthetic observations generated by the model.I'm imagining something along the lines of the random_state argument available in pandas pandas.DataFrame.sample method.
Does the capability to set a random state like this for
CTGAN
models currently exist? I don't see any arguments like that in the current documentation for CTGAN'ssample
method.The text was updated successfully, but these errors were encountered: