Danger

You are looking at the documentation for an older version of the SDV! We are no longer supporting or maintaining this version of the software

Click here to go to the new docs pages.

sdv.tabular.copulas.GaussianCopula.set_parameters

GaussianCopula.set_parameters(parameters)

Regenerate a previously learned model from its parameters.

Subclasses which are not parametric, such as DeepLearning based models, raise a NonParametricError indicating that this method is not supported for their implementation.

Parameters

dict – Model parameters.

Raises

NonParametricError – If the model is not parametric or cannot be described using a simple dictionary.