snorkelflow.client.synthetic
Synthetic data related functions for generating synthetic data.
Functions
augment_data (data, model_name[, ...]) | Augment each row of the data by the number of times specified and return a dataframe with the synthetic data as an additional column. |
augment_dataset (dataset, x_uids, model_name) | Augment each row of the dataset by the number of times specified and return a dataframe containing only the synthetic data. |