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

SDV([model, model_kwargs])

Automated generative modeling and sampling tool.

SDV.fit(metadata[, tables, root_path])

Fit this SDV instance to the dataset data.

SDV.sample([table_name, num_rows, …])

Generate synthetic data for one table or the entire dataset.

SDV.sample_all([num_rows, reset_primary_keys])

Sample the entire dataset.

SDV.save(path)

Save this SDV instance to the given path using cloudpickle.

SDV.load(path)

Load a SDV instance from a given path.