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.

TVAE

TVAE([field_names, field_types, …])

Model wrapping TVAE model.

TVAE.fit(data)

Fit this model to the data.

TVAE.sample(num_rows[, randomize_samples, …])

Sample rows from this table.

TVAE.sample_conditions(conditions[, …])

Sample rows from this table with the given conditions.

TVAE.sample_remaining_columns(known_columns)

Sample rows from this table.

TVAE.get_metadata()

Get metadata about the table.

TVAE.save(path)

Save this model instance to the given path using cloudpickle.

TVAE.load(path)

Load a TabularModel instance from a given path.