powered by
Check whether a synthesizer has been fitted
is_fitted(x)
TRUE if fit() has been called; FALSE otherwise.
TRUE
fit()
FALSE
A synthesizer object.
syn <- gaussian_copula_synthesizer(metadata()) is_fitted(syn) # FALSE before fitting
Run the code above in your browser using DataLab