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.

HMA1

HMA1(metadata[, root_path, model, model_kwargs])

Hierarchical Modeling Algorithm One.

HMA1.fit([tables])

Fit this relational model instance to the dataset data.

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

Generate synthetic data for one table or the entire dataset.

HMA1.save(path)

Save this instance to the given path using cloudpickle.

HMA1.load(path)

Load a model from a given path.