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 pickle.
HMA1.load(path)
HMA1.load
Load a model from a given path.