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.
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(metadata[, root_path, model, model_kwargs])
HMA1
Hierarchical Modeling Algorithm One.
HMA1.fit([tables])
HMA1.fit
Fit this relational model instance to the dataset data.
HMA1.sample([table_name, num_rows, …])
HMA1.sample
Generate synthetic data for one table or the entire dataset.
HMA1.save(path)
HMA1.save
Save this instance to the given path using cloudpickle.
HMA1.load(path)
HMA1.load
Load a model from a given path.