AI synthesize
Last updated
Was this helpful?
Last updated
Was this helpful?
AI synthesize allows you to synthesize realistic data using machine learning models trained on your original dataset. This method maintains statistical fidelity while ensuring privacy and unlinkability to the source records.
To create synthetic datasets for machine learning or analytics
When high statistical accuracy and privacy are required
To expand datasets while preserving original distributions
Follow the interactive guide below to apply AI synthesize.
To protect privacy, Syntho can automatically replace infrequent values in categorical columns:
Threshold: minimum frequency before a value is considered rare (default = 10)
Replacement: value used to replace rare categories (default = *
)
Max rows used for training: limit data for faster performance
Take random sample: randomly sample rows for training
Clipping thresholds: restrict extreme values in numeric/date columns
Locale: set language model context for text/PII
The Syntho platform supports a wide variety of data types. Under the hood, Syntho uses an encoding scheme where each data type is mapped to one of the following encoding types.
Numerical counts (e.g. number of visits)
Continuous values (e.g. weight, temperature)
Predefined values (e.g. blood type, country)
Timestamps and dates (e.g. created at)