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.fit

GaussianCopula.fit(data)

Fit this model to the data.

If the table metadata has not been given, learn it from the data.

Parameters

data (pandas.DataFrame or str) – Data to fit the model to. It can be passed as a pandas.DataFrame or as an str. If an str is passed, it is assumed to be the path to a CSV file which can be loaded using pandas.read_csv.